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