diff --git a/admin-dev/themes/template/index.tpl b/admin-dev/themes/template/layout.tpl similarity index 100% rename from admin-dev/themes/template/index.tpl rename to admin-dev/themes/template/layout.tpl diff --git a/classes/AdminController.php b/classes/AdminController.php index 6111dac62..77a324601 100644 --- a/classes/AdminController.php +++ b/classes/AdminController.php @@ -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(); - + } }