summaryrefslogtreecommitdiffstats
path: root/frontends/php/screenedit.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/screenedit.php')
-rw-r--r--frontends/php/screenedit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/screenedit.php b/frontends/php/screenedit.php
index 8c47eee1..603d17cd 100644
--- a/frontends/php/screenedit.php
+++ b/frontends/php/screenedit.php
@@ -34,7 +34,7 @@
if(!check_right("Screen","U",$_REQUEST["screenid"]))
{
show_table_header("<font color=\"AA0000\">".S_NO_PERMISSIONS."</font>");
- show_footer();
+ show_page_footer();
exit;
}
?>
@@ -336,5 +336,5 @@
?>
<?php
- show_footer();
+ show_page_footer();
?>