diff options
author | plegall <plg@piwigo.org> | 2005-02-01 22:22:17 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-02-01 22:22:17 +0000 |
commit | 750354a23175bc818abe505f4d96768190f37fff (patch) | |
tree | 90bd554256cf6f0d582e73db76059bce0be8a218 /include | |
parent | f30455c6ff6543519c88242154e915de59928eb6 (diff) |
- bug fixed : text "Powered by" is now localized
git-svn-id: http://piwigo.org/svn/trunk@726 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r-- | include/page_tail.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/page_tail.php b/include/page_tail.php index c2908e71c..910516dcc 100644 --- a/include/page_tail.php +++ b/include/page_tail.php @@ -36,6 +36,7 @@ $template->assign_vars( 'L_SEND_MAIL' => $lang['send_mail'], 'L_TITLE_MAIL' => $lang['title_send_mail'], 'L_WEBMASTER'=>$lang['webmaster'], + 'L_POWERED_BY'=>$lang['powered_by'] )); //------------------------------------------------------------- generation time if ($conf['show_gt']) |