From 69159c0e9238fd369dca2181af6fb9de47b14440 Mon Sep 17 00:00:00 2001 From: rub Date: Wed, 30 Jan 2008 22:07:07 +0000 Subject: Replace old use of $lang by l10n function. git-svn-id: http://piwigo.org/svn/trunk@2201 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/page_tail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/page_tail.php') diff --git a/include/page_tail.php b/include/page_tail.php index 0fda300d5..57f884338 100644 --- a/include/page_tail.php +++ b/include/page_tail.php @@ -32,7 +32,7 @@ $template->assign_vars( 'VERSION' => $conf['show_version'] ? PHPWG_VERSION : '', 'PHPWG_URL' => PHPWG_URL, - 'L_TITLE_MAIL' => urlencode($lang['title_send_mail']), + 'L_TITLE_MAIL' => urlencode(l10n('title_send_mail')), )); //--------------------------------------------------------------------- contact -- cgit v1.2.3