mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-07 22:05:05 +02:00
- bug 83 fixed : "remove version from footer". Trivial correction.
git-svn-id: http://piwigo.org/svn/branches/branch-1_4@781 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -28,7 +28,7 @@ $template->set_filenames(array('tail'=>'footer.tpl'));
|
||||
|
||||
$template->assign_vars(
|
||||
array(
|
||||
'VERSION' => PHPWG_VERSION,
|
||||
'VERSION' => $conf['show_version'] ? PHPWG_VERSION : '',
|
||||
'MAIL'=>$conf['mail_webmaster'],
|
||||
|
||||
'L_GEN_TIME' => $lang['generation_time'],
|
||||
|
||||
Reference in New Issue
Block a user