Jump to content

[RESOLU] Comment ajouter un lien devant "contactez-vous"?


Recommended Posts

j'ai simplement ajouter le code rouge dans le /themes/default-bootstrap/modules/blockcontact/nav.tpl

et ça a l'air de marcher.

 

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

<div id="contact-link" {if isset($is_logged) && $is_logged} class="is_logged"{/if}>

<a href="https://www.modebas.fr/blog.html" title="{l s='Blog' mod='blockcontact'}">{l s='Blog' mod='blockcontact'}</a>

</div>

{if $telnumber}

<span class="shop-phone{if isset($is_logged) && $is_logged} is_logged{/if}">

<i class="icon-phone"></i>{l s='Call us now:' mod='blockcontact'} <strong>{$telnumber}</strong>

</span>

{/if}

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