aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/html/user/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/html/user/index.php')
-rw-r--r--theme/admin/html/user/index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/theme/admin/html/user/index.php b/theme/admin/html/user/index.php
index aae8ee8..7e1d794 100644
--- a/theme/admin/html/user/index.php
+++ b/theme/admin/html/user/index.php
@@ -1,3 +1,4 @@
+<main id="main-content">
<h1><i class="fa fa-user"></i><?=$Language->text('user_overview')?></h1>
<p class="actions-before"><?=$Language->text('overview_user_desc')?></p>
<ul class="actions">
@@ -10,4 +11,5 @@
<?php endforeach; ?>
</div>
-<?=$PAGINATION['HTML']?> \ No newline at end of file
+<?=$PAGINATION['HTML']?>
+</main>