Jump to content
  • 0

Jak wczepić blocknewsletter do displayTop


grze11

Question

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

  • 0

jak dodaję return to mam czystą stronę po odswieżeniu ,

 

public function hookTOP($params)
    {
        return $this->hookDisplayTop($param);
    }
 

WYMUSZENIE KOMPILACJI - TAK

UZYCIE CACHE - NIE

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...