//IndexController : Refacto done

This commit is contained in:
mDeflotte
2011-09-29 13:18:48 +00:00
parent c602e0bd87
commit 6ab8f22725
+4
View File
@@ -29,6 +29,10 @@ class IndexControllerCore extends FrontController
{
public $php_self = 'index';
/**
* Assign template vars related to page content
* @see FrontController::process()
*/
public function process()
{
$this->context->smarty->assign('HOOK_HOME', Module::hookExec('home'));