[*] FO : Possibility of hook blocknewsletter in footer

This commit is contained in:
marcinsz101
2013-01-04 12:35:14 +01:00
parent 20fa64b05b
commit 9bd5e530b6
@@ -511,6 +511,13 @@ class Blocknewsletter extends Module
$this->_prepareHook($params);
return $this->display(__FILE__, 'blocknewsletter.tpl');
}
// Possibility to hook newsletter in footer, great for theme developers
public function hookFooter($params)
{
$this->_prepareHook($params);
return $this->display(__FILE__, 'blocknewsletter.tpl');
}
public function hookDisplayHeader($params)
{