summaryrefslogtreecommitdiffstats
path: root/frontends/php/profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/profile.php')
-rw-r--r--frontends/php/profile.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/profile.php b/frontends/php/profile.php
index 8d06f4b8..e6399fa7 100644
--- a/frontends/php/profile.php
+++ b/frontends/php/profile.php
@@ -33,7 +33,7 @@
if($USER_DETAILS["alias"]=="guest")
{
show_table_header("<font color=\"AA0000\">".S_NO_PERMISSIONS."</font>");
- show_footer();
+ show_page_footer();
exit;
}
?>
@@ -68,5 +68,5 @@
?>
<?php
- show_footer();
+ show_page_footer();
?>