[*] BO : Added an override capability for the admin templates

This commit is contained in:
dMetzger
2012-07-09 14:12:37 +00:00
parent 9a54be74d0
commit c6a1948341
4 changed files with 29 additions and 17 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ class DispatcherCore
{
// Dispatch front office controller
case self::FC_FRONT :
$controllers = Dispatcher::getControllers(_PS_FRONT_CONTROLLER_DIR_);
$controllers = Dispatcher::getControllers(_PS_FRONT_CONTROLLER_DIR_, _PS_OVERRIDE_DIR_.'controllers/front/');
$controllers['index'] = 'IndexController';
if (isset($controllers['auth']))