Use directly $lang_info on tpl files.

git-svn-id: http://piwigo.org/svn/trunk@2651 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2008-10-04 09:50:02 +00:00
parent 7569462895
commit 1d7f99d90f
5 changed files with 3 additions and 7 deletions
-2
View File
@@ -45,8 +45,6 @@ $template->assign(
'CONTENT_ENCODING' => get_pwg_charset(),
'PAGE_TITLE' => strip_tags($title),
'LANG'=>$lang_info['code'],
'DIR'=>$lang_info['direction'],
'U_HOME' => make_index_url(),
));