diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/admin/html/403.php | 2 | ||||
-rw-r--r-- | template/admin/html/home.php | 2 | ||||
-rw-r--r-- | template/standard/html/home.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/template/admin/html/403.php b/template/admin/html/403.php index f9a0afd..6fb3d16 100644 --- a/template/admin/html/403.php +++ b/template/admin/html/403.php @@ -1,2 +1,2 @@ <h1><i class="fa fa-exclamation-triangle"></i><?=$Language->text('403_heading_text')?></h1> -<p><?=$Language->text('403_heading_desc')?></p> +<p><?=$Language->text('403_heading_desc')?></p>
\ No newline at end of file diff --git a/template/admin/html/home.php b/template/admin/html/home.php index 7698035..9d8aee2 100644 --- a/template/admin/html/home.php +++ b/template/admin/html/home.php @@ -45,4 +45,4 @@ </div> <?php else: ?> <p><em><?=$Language->text('home_no_users')?></em></p> -<?php endif; ?> +<?php endif; ?>
\ No newline at end of file diff --git a/template/standard/html/home.php b/template/standard/html/home.php index f2aa20e..d49c71b 100644 --- a/template/standard/html/home.php +++ b/template/standard/html/home.php @@ -16,4 +16,4 @@ <?php endforeach; ?> </div> -<?=$PAGINATION['HTML']?> +<?=$PAGINATION['HTML']?>
\ No newline at end of file |