diff options
Diffstat (limited to 'include/page_tail.php')
-rw-r--r-- | include/page_tail.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/page_tail.php b/include/page_tail.php index c8193d813..c3dbd1cae 100644 --- a/include/page_tail.php +++ b/include/page_tail.php @@ -43,8 +43,7 @@ $template->assign_vars( )); -//if (DEBUG) -if (true) +if ($conf['show_gt']) { $template->assign_block_vars('debug', array()); } |