// Move controller templates to subfolder controllers/

This commit is contained in:
tDidierjean
2012-01-09 17:23:42 +00:00
parent 14c9eec92a
commit e2dbac517f
168 changed files with 190 additions and 132 deletions
+2 -1
View File
@@ -148,7 +148,8 @@ class AdminHomeControllerCore extends AdminController
}
$this->context->smarty->assign('opti_list',$opti_list);
$this->context->smarty->assign('content',$content);
return $this->context->smarty->fetch('home/optimizationTips.tpl');
$template = $this->createTemplate('optimizationTips.tpl');
return $template->fetch();
}
public function setMedia()