aboutsummaryrefslogtreecommitdiffstats
path: root/include/page_tail.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-03-20 00:35:36 +0000
committerrvelices <rv-github@modusoptimus.com>2008-03-20 00:35:36 +0000
commitf12f0026fcdf791fbd2300cd23c1f14d0a547e3a (patch)
tree0011dc333f69b062b338d33e488299fda6cbd7d4 /include/page_tail.php
parentcab98df7768729895771aa072ccc35bc8774e6cb (diff)
- admin/notification_by_mail goes smarty - THE LAST ONE :-) :-)
- get rid of user_list warnings - some code reorganisation in template class + explode modifier - minor template and language changes in search.tpl and cat_modify.tpl git-svn-id: http://piwigo.org/svn/trunk@2286 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/page_tail.php')
-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 4e5f88074..df0aa59a8 100644
--- a/include/page_tail.php
+++ b/include/page_tail.php
@@ -27,7 +27,7 @@ $template->set_filenames(array('tail'=>'footer.tpl'));
trigger_action('loc_begin_page_tail');
-$template->assign_vars(
+$template->assign(
array(
'VERSION' => $conf['show_version'] ? PHPWG_VERSION : '',
'PHPWG_URL' => PHPWG_URL,