From eaad1d61d71e48359fe7b3abfdd91f27f5f33a1b Mon Sep 17 00:00:00 2001 From: gweltas Date: Tue, 7 Sep 2004 20:10:36 +0000 Subject: Minor bugs correction git-svn-id: http://piwigo.org/svn/trunk@519 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/page_tail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/page_tail.php') diff --git a/include/page_tail.php b/include/page_tail.php index a31531fd1..bd8b726bf 100644 --- a/include/page_tail.php +++ b/include/page_tail.php @@ -33,7 +33,7 @@ $time = get_elapsed_time( $t2, get_moment() ); $template->assign_vars( array( 'TIME' => $time, - 'VERSION' => $conf['version'], + 'VERSION' => PHPWG_VERSION, 'MAIL'=>$conf['mail_webmaster'], 'L_GEN_TIME' => $lang['generation_time'], -- cgit v1.2.3