// rename index.tpl to layout.tpl
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8809 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -7,7 +7,7 @@ class AdminControllerCore extends Controller
|
||||
public $warnings;
|
||||
|
||||
public $content_only = false;
|
||||
public $layout = 'index.tpl';
|
||||
public $layout = 'layout.tpl';
|
||||
|
||||
public $template = '';
|
||||
|
||||
@@ -141,7 +141,7 @@ class AdminControllerCore extends Controller
|
||||
$this->{'displayAjax'.$action}();
|
||||
else
|
||||
$this->displayAjax();
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user