// rename index.tpl to layout.tpl

This commit is contained in:
aFolletete
2011-09-27 14:52:52 +00:00
parent 91083e190c
commit c8fad9f083
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();
}
}