Wittner Posted September 10, 2011 Share Posted September 10, 2011 Hi, I've just upgraded to version 1.4 from 1.2.2 and (almost) everything worked out perfectly. In my old theme I had this code in header.tpl to pull out a list of category headings to create a custom horizontal navigation and it worked fine. Code: <ul id="horizontal_navi"> {foreach from=$navHeaders key=navId item=nav} <li><a href="{$nav.id_category}-{$nav.name}" title="Our range of {$nav.link_rewrite} gifts">{$nav.name}</a></li> {/foreach} </ul> Now the code seems to have been deprecated and it produces nothing. Can anyone point me in the right direction as to how to get the home categories in the header.tpl in version 1.4 or is there a whole 'nuther' way of doing this now. Any help appreciated as my site is offline while I do this and I really don't want to have to go back to the old backups for Monday morning!!! cheers, Wittner Link to comment Share on other sites More sharing options...
diana13 Posted September 10, 2011 Share Posted September 10, 2011 I don't know how to fix your menu, but I use this for horizontal menu and it works just fine. Link to comment Share on other sites More sharing options...
Wittner Posted September 11, 2011 Author Share Posted September 11, 2011 Thanks for your reply Diana13. I'll have a look at that solution, cheers, Wittner 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