janoloco Posted February 25, 2012 Share Posted February 25, 2012 Hi guys, i been seen some other post about this but i don't understand what do i have to do exactly. here is my tmheaderlinks: <style type="text/css"> #header_links a img { margin-top: 10px; margin-bottom: px; margin-left: 180px; } </style> <ul id="header_links"> <li><a href="{$link->getPageLink('index.php')}"{if $page_name == 'index'} class="active"{/if}>{l s='home' mod='tmheaderlinks'}</a></li> <li><a href="{$link->getPageLink('prices-drop.php')}"{if $page_name == 'prices-drop'} class="active"{/if}>{l s='specials' mod='tmheaderlinks'}</a></li> <li><a href="{$link->getPageLink('sitemap.php')}"{if $page_name == 'sitemap'} class="active"{/if}>{l s='sitemap' mod='tmheaderlinks'}</a></li> <li><a href="{$link->getPageLink('contact-form.php')}"{if $page_name == 'contact-form'} class="active"{/if}>{l s='contact' mod='tmheaderlinks'}</a></li> <li><a href="{$link->getPageLink('contact-form.php')}"{if $page_name == 'contact-form'} class="active"{/if}>{l s='blog' mod='tmheaderlinks'}</a></li> <a href="http://madereria.mx/faq.php"> <img src="../../themes/theme135/img/faqimg1.png"img border="0" height="42" width="46"/></a> </ul> <!-- /Block permanent links module --> can any one replace the second link so it takes me to this page:? http://madereria.mx/en/content/6-privacy-policy because i tried different changes without succeed. Thank for the help! Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted February 27, 2012 Share Posted February 27, 2012 Here is what you need to do-- Replace link two above with the following <li><a href="{$link->getPageLink('content/6-privacy-policy')}"{if $page_name == 'privacy-policy'} class="active"{/if}>{l s='privacy policy' mod='tmheaderlinks'}</a></li> Hope that helps! Marty Shue 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