// PDF i18n dir permissions

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12365 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fBrignoli
2012-01-11 16:08:27 +00:00
parent 3fb27b0b58
commit f38edb7c61
+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');
}
}