Neustart Posted November 23, 2016 Share Posted November 23, 2016 Hi there, I've searched the forum but didn't find a topic that is close to my question. I am wondering, if it is possible to either include a CMS page or a Link in the bar with New Products, Specials etc., on the front page (in my template it would be underneath the Sliders). I'd like to include a link to my tutorials at the front page. Are there any solutions that don't require going deep into the core and also are update secure?Has anyone a hint how to do that? Many thanks. Link to comment Share on other sites More sharing options...
sandipchandela Posted November 24, 2016 Share Posted November 24, 2016 these are the tabs and content. like every Tab having content for his data. all you need to call method(hook) in module file. public function hookdisplayHomeTab($params) { return $this->display( 'tab.tpl'); } and in tab file you can add your link. 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