// PDF i18n dir permissions

This commit is contained in:
fBrignoli
2012-01-11 16:08:27 +00:00
parent fa49ca0f42
commit 191c419309
+2
View File
@@ -99,6 +99,7 @@ class InstallControllerHttpSystem extends InstallControllerHttp
'mails_dir' => '~/mails/',
'module_dir' => '~/modules/',
'theme_lang_dir' => '~/themes/prestashop/lang/',
'theme_pdf_lang_dir' => '~/themes/prestashop/pdf/lang/',
'theme_cache_dir' => '~/themes/prestashop/cache/',
'translations_dir' => '~/translations/',
'customizable_products_dir' => '~/upload/',
@@ -130,3 +131,4 @@ class InstallControllerHttpSystem extends InstallControllerHttp
$this->displayTemplate('system');
}
}