// Move theme choice from AdminTheme page to Shop page
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7848 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -74,14 +74,14 @@ class DispatcherCore
|
||||
/**
|
||||
* If true, use routes to build URL (mod rewrite must be activated)
|
||||
*
|
||||
* @var $useRoutes bool
|
||||
* @var bool
|
||||
*/
|
||||
protected $useRoutes = false;
|
||||
|
||||
/**
|
||||
* List of loaded routes
|
||||
*
|
||||
* @var $routes array
|
||||
* @var array
|
||||
*/
|
||||
protected $routes = array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user