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
commit 1d7f99d90f
5 changed files with 3 additions and 7 deletions

View file

@ -4,7 +4,7 @@ Content-Type: {$CONTENT_TYPE}; charset="{$CONTENT_ENCODING}";
Content-Transfer-Encoding: 8bit
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="{$LANG}" dir="{$DIR}">
<html lang="{$lang_info.code}" dir="{$lang_info.direction}">
<head>
<title>Piwigo Mail</title>
<meta http-equiv="Content-Type" content="text/html; charset={$CONTENT_ENCODING}">