Jump to content

Remove contact from header


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...