Jump to content

How to remove Contact us link on top bar?


Marko_R

Recommended Posts

In themes/default-bootstrap/modules/blockcontact/nav.tpl remove the following lines:

<div id="contact-link" {if isset($is_logged) && $is_logged} class="is_logged"{/if}>
	<a href="{$link->getPageLink('contact', true)|escape:'html':'UTF-8'}" title="{l s='Contact us' mod='blockcontact'}">{l s='Contact us' mod='blockcontact'}</a>
</div>
Link to comment
Share on other sites

  • 4 months later...

 

In themes/default-bootstrap/modules/blockcontact/nav.tpl remove the following lines:

<div id="contact-link" {if isset($is_logged) && $is_logged} class="is_logged"{/if}>
	<a href="{$link->getPageLink('contact', true)|escape:'html':'UTF-8'}" title="{l s='Contact us' mod='blockcontact'}">{l s='Contact us' mod='blockcontact'}</a>
</div>

 

Hi!

 

I commented it out, but it didn't work for me.

Are you have any tip what I have to do?

 

my PS ver: 1.6.1.7.

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...