[+] Added hook in maintenance page

This commit is contained in:
thoma202
2013-10-02 11:58:35 +02:00
parent e68c124218
commit eb7655e318
3 changed files with 9 additions and 0 deletions

View File

@@ -575,6 +575,9 @@ class FrontControllerCore extends Controller
header('HTTP/1.1 503 temporarily overloaded');
$this->context->smarty->assign($this->initLogoAndFavicon());
$this->context->smarty->assign(array(
'HOOK_MAINTENANCE' => Hook::exec('displayMaintenance', array()),
));
$template_dir = ($this->context->getMobileDevice() == true ? _PS_THEME_MOBILE_DIR_ : _PS_THEME_DIR_);
$this->smartyOutputContent($template_dir.'maintenance.tpl');