From dce1d84e26ec4b82877ed8f5d94c3a8ebf1bdfbb Mon Sep 17 00:00:00 2001 From: dMetzger Date: Tue, 26 Jun 2012 11:41:48 +0000 Subject: [PATCH] [-] Installer : theme name deprecated #PSCFV-2937 --- install-dev/controllers/http/system.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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/',