JessicaRodgers Posted March 31, 2011 Share Posted March 31, 2011 Since the block top menu is not compatible with 1.4 I was wondering if there was a way to just hard code my navigations into the header like you would with wordpress?This navigation menu would only have my cms pages. Is there away to do this and could I have a code sample? Link to comment Share on other sites More sharing options...
JessicaRodgers Posted April 1, 2011 Author Share Posted April 1, 2011 Solved on my own. I know it is not the ideal solution to hardcode the navigation. I just had too many problems with the menu modules being compatible with 1.4Here was my solution for any one else. getPageLink('index.php', true)}" title="{l s='Home'}">{l s='Home'} getPageLink('cms.php?id_cms=9', true)}" title="{l s='About Us'}">{l s='About Us'} getPageLink('cms.php?id_cms=6', true)}" title="{l s='FAQ'}">{l s='FAQ'} getPageLink('cms.php?id_cms=7', true)}" title="{l s='Video'}">{l s='Video'} getPageLink('cms.php?id_cms=8', true)}" title="{l s='Audio'}">{l s='Audio'} getPageLink('cms.php?id_cms=10', true)}" title="{l s='Installation'}">{l s='Installation'} getPageLink('contact-form.php', true)}" title="{l s='Contact Us'}">{l s='Contact Us'} 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