diff options
author | gweltas <gweltas@piwigo.org> | 2004-09-07 20:10:36 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-09-07 20:10:36 +0000 |
commit | eaad1d61d71e48359fe7b3abfdd91f27f5f33a1b (patch) | |
tree | f4fc3d36d0c0bf43b336730d3ccb758adb3b96aa /include/page_tail.php | |
parent | 47a1e49c1e7b09403ce567f30c31a15856a8fdae (diff) |
Minor bugs correction
git-svn-id: http://piwigo.org/svn/trunk@519 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/page_tail.php')
-rw-r--r-- | include/page_tail.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'], |