// PDF i18n

This commit is contained in:
fBrignoli
2012-01-11 16:07:11 +00:00
parent 0350f014e0
commit 2bcd21d45a
6 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ abstract class HTMLTemplateCore
die('Invalid iso lang ('.$iso.')');
if (@!include(_PS_THEME_DIR_.'pdf/lang/'.$iso.'.php'))
die('Cannot include PDF translation language file : '._PS_THEME_DIR_.'pdf/'.$iso.'.php');
die('Cannot include PDF translation language file : '._PS_THEME_DIR_.'pdf/lang/'.$iso.'.php');
if (!isset($_LANGPDF) OR !is_array($_LANGPDF))
return str_replace('"', '"', $string);