Lacroix Posted January 5, 2017 Share Posted January 5, 2017 Bonjour, J'ai besoin d'aide pour finaliser une bannière avec des logos de plusieurs fabricants. Pour l'instant, chaque logo est lié à une page fabricant. Mais les pages fabricants sont nulles car pas de navigation à façettes. J'aimerai donc lier ces images à des catégories qui porteraient exactement le même nom que le fabricant et le logo. Serais-ce possible? Voici le code que j'ai en ce moment : {foreach from=$manufacturers item=manufacturer name=loop} <div class="manufacturer-logo"> {if $link->getmanufacturerLink($manufacturer.id_manufacturer, $manufacturer.link_rewrite)|escape:'html' != ''} {if $is_manufact_links == 1} <a title="{$manufacturer.name|escape:'htmlall':'UTF-8'}" href="{$link->getmanufacturerLink($manufacturer.id_manufacturer, $manufacturer.link_rewrite)|escape:'htmlall':'UTF-8'}"> {/if} Merci de votre aide Link to comment Share on other sites More sharing options...
Lacroix Posted January 5, 2017 Author Share Posted January 5, 2017 Personne n'a de solution pour changer ce code en catégorie? 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