[-] Installer : theme name deprecated #PSCFV-2937

This commit is contained in:
dMetzger
2012-06-26 11:41:48 +00:00
parent b988c303ae
commit dce1d84e26
+3 -3
View File
@@ -98,9 +98,9 @@ class InstallControllerHttpSystem extends InstallControllerHttp
'img_dir' => '~/img/',
'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/',
'theme_lang_dir' => '~/themes/default/lang/',
'theme_pdf_lang_dir' => '~/themes/default/pdf/lang/',
'theme_cache_dir' => '~/themes/default/cache/',
'translations_dir' => '~/translations/',
'customizable_products_dir' => '~/upload/',
'virtual_products_dir' => '~/download/',