aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/html/user/delete.php
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/html/user/delete.php')
-rw-r--r--theme/admin/html/user/delete.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/theme/admin/html/user/delete.php b/theme/admin/html/user/delete.php
index 01927b2..b500a12 100644
--- a/theme/admin/html/user/delete.php
+++ b/theme/admin/html/user/delete.php
@@ -1,6 +1,8 @@
+<main id="main-content">
<h1><i class="fa fa-trash-o"></i><?=$Language->text('delete_user')?></h1>
<p><?=$Language->text('delete_user_desc')?></p>
<p class="red"><?=$Language->text('delete_user_warning')?></p>
-<?=$HTML?> \ No newline at end of file
+<?=$HTML?>
+</main>