From fb53abe3bdb0746f52934b84e1627c6ff99c5339 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Fri, 5 Nov 2004 21:36:35 +0000 Subject: - DEFAULT_LANGUAGE constant moved to $conf['default_language'] - DEBUG constant divided into $conf['show_queries'] and $conf['show_gt'] (display generation time at the bottom of each page) git-svn-id: http://piwigo.org/svn/trunk@592 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/page_tail.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/page_tail.php') 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()); } -- cgit v1.2.3