// change header and footer smarty inclusion

This commit is contained in:
tDidierjean
2011-09-21 15:26:44 +00:00
parent 9401d5ee82
commit df3ce93651
3 changed files with 15 additions and 9 deletions
+2 -5
View File
@@ -27,16 +27,13 @@
class AdminTools extends AdminController
{
public $template = 'adminTools.tpl';
public function __construct()
{
$this->className = 'AdminTools';
parent::__construct();
}
public function display()
{
parent::display();
$this->context->smarty->display('adminTools.tpl');
}
}