summaryrefslogtreecommitdiffstats
path: root/frontends/php/tr_comments.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/tr_comments.php')
-rw-r--r--frontends/php/tr_comments.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/tr_comments.php b/frontends/php/tr_comments.php
index e98845c9..49720858 100644
--- a/frontends/php/tr_comments.php
+++ b/frontends/php/tr_comments.php
@@ -29,7 +29,7 @@
if(!check_right("Trigger comment","R",$_REQUEST["triggerid"]))
{
show_table_header("<font color=\"AA0000\">".S_NO_PERMISSIONS."</font>");
- show_footer();
+ show_page_footer();
exit;
}
?>
@@ -69,5 +69,5 @@
?>
<?php
- show_footer();
+ show_page_footer();
?>