aboutsummaryrefslogtreecommitdiffstats
path: root/include/page_tail.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-05-01 07:47:49 +0000
committerplegall <plg@piwigo.org>2005-05-01 07:47:49 +0000
commit22b608fd64f6d3cb3eced3d5c60bb33da50ff2de (patch)
treebb258859ed09364df2bdf540ff784e1232f87df6 /include/page_tail.php
parent65c52a2a209a431dd4d53362b9a9bc503f6fd58d (diff)
- 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
Diffstat (limited to '')
-rw-r--r--include/page_tail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/page_tail.php b/include/page_tail.php
index 910516dcc..5e4a977e6 100644
--- a/include/page_tail.php
+++ b/include/page_tail.php
@@ -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'],