diff --git a/install-dev/controllers/http/system.php b/install-dev/controllers/http/system.php index 0d5b5c127..62974627e 100644 --- a/install-dev/controllers/http/system.php +++ b/install-dev/controllers/http/system.php @@ -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/',