Olivweb Posted July 24, 2012 Share Posted July 24, 2012 Bonjour, Je souhaite ajouter des liens externes vers un site vitrine dans blockpermanentlinks-header.tpl Pas compliqué à priori sauf au niveau de la gestion des langues et là je sèche... Voici mon code pour la version fr : <ul id="header_links"> <li><a href="http://www.monautresite.com/page/boutique">{l s='Boutiques'}</a></li> <li><a href="{$link->getPageLink('contact-form.php', true)}" title="{l s='contact' mod='blockpermanentlinks'}">{l s='contact' mod='blockpermanentlinks'} </a></li> <li><a href="http://www.monautresite.com/page/nous">{l s='Nous'}</a></li> <li><a href="http://www.monautresite.com/newsletter/subscriptions">{l s='Newsletter'}</a></li> <li><a href="http://www.monautresite.com/evenements">{l s='Evenements'}</a></li> </ul> Pour l'anglais comment écrire la condition pour afficher une liste avec item en langue anglaise et liens vers site vitrine en En À moins qu'il existe un module pour çà... Bien cordialement à tous Oliv Link to comment Share on other sites More sharing options...
Médéric Posted July 24, 2012 Share Posted July 24, 2012 Bonjour, Sans créer d'administration (je sais pas si il y a mieux), tu peux utiliser ça : {if $lang_iso == "fr"} ... {else} ... {/if} ou <a href="{l s='TON LIEN TRADUISIBLE' mod='blockpermanentlinks'}"> ... </a> A+ Link to comment Share on other sites More sharing options...
Olivweb Posted July 25, 2012 Author Share Posted July 25, 2012 Ben c'est tout bon... Sympa gravitons, art books publication house. 1 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