From 750354a23175bc818abe505f4d96768190f37fff Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 1 Feb 2005 22:22:17 +0000 Subject: - bug fixed : text "Powered by" is now localized git-svn-id: http://piwigo.org/svn/trunk@726 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/page_tail.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/page_tail.php') 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']) -- cgit v1.2.3