Jump to content

Visualizzare informazioni anche nel menu "contattaci | accedi"


Recommended Posts

Ho il tema base..

Trovo questo nel file.. 

 

<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>
{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}
 
ma se volessi aggiungere la pagina "chi siamo" come dovrei fare?
 
grazie
ciao
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...