Julein7201 Posted August 25, 2013 Share Posted August 25, 2013 Hi all, I have tried to remove "contact" in my header next to plan du site and favoris. I have removed the line from blockpermanentlinks-header concerning the contact but it didnt change anything. Any idea ? Thx makershop.fr Link to comment Share on other sites More sharing options...
Paulito Posted August 25, 2013 Share Posted August 25, 2013 Good morning Just tried on ps 1.5.1.4 and it works public_html/your theme/modules/blockpermanentlinks/blockpermanentlinks-header.tpl <!-- Block permanent links module HEADER --> <ul id="header_links"> {*<li id="header_link_contact"><a href="{$link->getPageLink('contact', true)}" title="{l s='contact' mod='blockpermanentlinks'}">{l s='contact' mod='blockpermanentlinks'}</a></li>*} <li id="header_link_sitemap"><a href="{$link->getPageLink('sitemap')}" title="{l s='sitemap' mod='blockpermanentlinks'}">{l s='sitemap' mod='blockpermanentlinks'}</a></li> <li id="header_link_bookmark"> <script type="text/javascript">writeBookmarkLink('{$come_from}', '{$meta_title|addslashes|addslashes}', '{l s='bookmark' mod='blockpermanentlinks' js=1}');</script> </li> </ul> <!-- /Block permanent links module HEADER --> Are you using non default theme? Paul Link to comment Share on other sites More sharing options...
vekia Posted August 25, 2013 Share Posted August 25, 2013 + make sure that you've got force compilation mode turned to on (under preferences> performance tab in back office) Link to comment Share on other sites More sharing options...
Julein7201 Posted August 25, 2013 Author Share Posted August 25, 2013 Hi, Thx for helping me. Yes force is on and cache is off My code <!-- Block permanent links module HEADER --> <ul id="header_links"> <li id="header_link_sitemap"><a href="{$link->getPageLink('sitemap')}" title="{l s='sitemap' mod='blockpermanentlinks'}">{l s='sitemap' mod='blockpermanentlinks'}</a></li> <li id="header_link_bookmark"> <script type="text/javascript">writeBookmarkLink('{$come_from}', '{$meta_title|addslashes|addslashes}', '{l s='bookmark' mod='blockpermanentlinks' js=1}');</script> </li> </ul> <!-- /Block permanent links module HEADER --> I am using magari theme from themeforest! 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