[*] PROJECT : Adding hook on FrontController and AdminController SetMedia method

This commit is contained in:
fSerny
2012-05-17 17:55:01 +00:00
parent f08fe81c7b
commit e490380cdc
2 changed files with 6 additions and 0 deletions

View File

@@ -683,6 +683,9 @@ class FrontControllerCore extends Controller
}
if ($this->context->language->is_rtl)
$this->addCSS(_THEME_CSS_DIR_.'rtl.css');
// Execute Hook FrontController SetMedia
Hook::exec('actionFrontControllerSetMedia', array());
}
public function initHeader()