//// Merge -> revision 8290
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