Jump to content
  • 0

Producenci 1.6


suple

Question

4 answers to this question

Recommended Posts

  • 0

Wymaga to modyfikacji modułu blockmanufacturer.

Do funkcji install dodaj:

$this->registerHook('displayTop')

 

Na końcu dodaj funkcję:

    public function displayTop($params)
    {
        return $this->hookLeftColumn($params);
    }

 

Templatkę blockmanufacturer.tpl też trzeba będzie ogładzić do tego widoku (powywalać nagłówek itp).

Jest to moduł od presty i jeśli będzie aktualizacja modułu i ją wykonasz, to wszystkie twoje modyfikacje zostaną usunięte.

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...