ZeroTolerance Posted April 14, 2015 Share Posted April 14, 2015 Cześć. Mam problem z pisaniem modułu. Mianowicie w panelu administratora wszystko działa, jednakże mimo użycia: function install(){ if (!parent::install()) return false; if (!$this->registerHook('home')) return false; return true; } function hookHome($params){ return $this->display(__FILE__, 'popup.tpl'); } tpl'ka nie jest dodawana do głównej strony. Muszę to jakoś wywołać z poziomu templatki? Pozdrawiam Link to comment Share on other sites More sharing options...
Yabber Posted April 17, 2015 Share Posted April 17, 2015 Nie ma hooka home, jest displayHome. Niby powinien być alias hooka home => displayHome, ale może jest, a może go nie ma Link to comment Share on other sites More sharing options...
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