// 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:
aFolletete
2011-09-27 14:52:52 +00:00
parent 1b6d0d1be3
commit 810f17c38e
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -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();
}
}