Mam putanie do bardziej doświadczonych jak wczepić blok newsletter do display top tak aby buło w okolicach loga ??
Kombinowałem tak :
w header.tpl jest hook _top
wiec w blocknewsletter.php dodałem
public function hookTOP($params)
i
public function install() { if (!parent::install() || !$this->registerHook(array('header', 'footer', 'TOP', 'actionCustomerAccountAdd'))) return false;
Question
grze11
Mam putanie do bardziej doświadczonych jak wczepić blok newsletter do display top tak aby buło w okolicach loga ??
Kombinowałem tak :
w header.tpl jest hook _top
wiec w blocknewsletter.php dodałem
public function hookTOP($params)
i
public function install()
{
if (!parent::install() || !$this->registerHook(array('header', 'footer', 'TOP', 'actionCustomerAccountAdd')))
return false;
ale nie działa,
proszę o podpowiedz
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now