diff options
Diffstat (limited to 'theme/admin/html/home.php')
-rw-r--r-- | theme/admin/html/home.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/admin/html/home.php b/theme/admin/html/home.php index 083ae30..5331fa8 100644 --- a/theme/admin/html/home.php +++ b/theme/admin/html/home.php @@ -1,3 +1,4 @@ +<main id="main-content"> <h1><i class="fa fa-dashboard"></i><?=$Language->text('overview_dashboard_text')?></h1> <p><?=$Language->text('overview_dashboard_desc')?></p> @@ -43,4 +44,4 @@ <?php else: ?> <p><em><?=$Language->text('home_no_users')?></em></p> <?php endif; ?> - +</main> |