diff options
Diffstat (limited to 'admin/template.php')
-rwxr-xr-x | admin/template.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/admin/template.php b/admin/template.php index 7818bef..964c639 100755 --- a/admin/template.php +++ b/admin/template.php @@ -1,4 +1,6 @@ -<?php if(!isset($admin_access)) return; ?> +<?php if (!isset($admin_access)) { + return; +} ?> <!DOCTYPE html> <html lang="en"> <head> @@ -26,8 +28,7 @@ <p><a href="../"><?=_g('Back to main page')?></a></p> </header> - <?php if($admin_access == 1) : ?> - + <?php if ($admin_access == 1) : ?> <p class="logout"><a href="logout.php"><?=_g('Logout')?></a></p> <nav> <ul> |