diff --git a/controllers/front/IndexController.php b/controllers/front/IndexController.php index 8bb9add64..0e228c11e 100644 --- a/controllers/front/IndexController.php +++ b/controllers/front/IndexController.php @@ -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'));