// Move theme choice from AdminTheme page to Shop page

This commit is contained in:
rMalie
2011-08-02 13:47:34 +00:00
parent 7506710b75
commit 5c849dfa6d
7 changed files with 84 additions and 80 deletions
+2 -2
View File
@@ -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();