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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15361 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fSerny
2012-05-17 17:55:01 +00:00
parent c2e4d227d6
commit e18bcf9733
2 changed files with 6 additions and 0 deletions
+3
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()