johnme Posted April 6, 2011 Share Posted April 6, 2011 Hi prestashop frineds can you any body . help me ... How to hook editorial module on top page Link to comment Share on other sites More sharing options...
L.Ours.POlaiR Posted April 6, 2011 Share Posted April 6, 2011 hi,you have to add hock Metod for top hooksmake a backup of file : prestashop\modules\editorial\editorial.phpedit file : prestashop\modules\editorial\editorial.php[ADD] /** * Returns module content for header * * @param array $params Parameters * @return string Content */ function hookTop($params) { return $this->hookHome($params); } [bEFORE] the last "}"hook edit module with back office module positionthat it Link to comment Share on other sites More sharing options...
johnme Posted April 6, 2011 Author Share Posted April 6, 2011 Thanks My Dear frined ... Sloved editorial module .. 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