//// Merge -> revision 8290
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8295 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -30,11 +30,11 @@ if (function_exists('date_default_timezone_set'))
|
||||
|
||||
define('_PS_MAGIC_QUOTES_GPC_', get_magic_quotes_gpc());
|
||||
|
||||
include(INSTALL_PATH.'/classes/AddConfToFile.php');
|
||||
include(INSTALL_PATH.'/../classes/Validate.php');
|
||||
include(INSTALL_PATH.'/../classes/Db.php');
|
||||
include(INSTALL_PATH.'/../classes/Tools.php');
|
||||
include_once(INSTALL_PATH.'/../config/settings.inc.php');
|
||||
require_once(INSTALL_PATH.'/classes/AddConfToFile.php');
|
||||
require_once(INSTALL_PATH.'/../classes/Validate.php');
|
||||
require_once(INSTALL_PATH.'/../classes/Db.php');
|
||||
require_once(INSTALL_PATH.'/../classes/Tools.php');
|
||||
require_once(INSTALL_PATH.'/../config/settings.inc.php');
|
||||
|
||||
Context::getContext()->shop = Shop::initialize();
|
||||
define('_THEME_NAME_', Context::getContext()->shop->getTheme());
|
||||
|
||||
Reference in New Issue
Block a user