phil3001 Posted August 27, 2011 Share Posted August 27, 2011 Bonjour, je desire mettre les logos de mes marques dans le footer mais helas rien ne s'affiche, a part 'aucune marque' pouvez vous m'aider sur le sujet car je n'y comprend rien. merci à vous. http://www.eurodeal4u.fr voici le code de mon footer {if !$content_only} <!-- Block logos marques --> <div class="block_content" id=afficher_marques"> <h4 class="titre_block_design"><a href="{$base_dir}manufacturer.php" title="{l s='Manufacturers' mod='blockmanufacturer'}">NOS MARQUES</a></h4> {if $manufacturers} {if $text_list} {foreach from=$manufacturers item=manufacturer name=manufacturer_list} {if $smarty.foreach.manufacturer_list.iteration <= $text_list_nb} <a href="{$link->getmanufacturerLink($manufacturer.id_manufacturer, $manufacturer.link_rewrite)}" title="{l s='More about' mod='blockmanufacturertr'} {$manufacturer.name}"><img src="{$img_manu_dir}{$manufacturer.id_manufacturer}-medium.jpg" alt="{$product_manufacturer->name}" /></a> {/if} {/foreach} {/if} {else} <p>Aucune marque</p> {/if} </div> </div> </div> </div> <!-- Footer --> <div id="footer2"> <div class="page">{$HOOK_FOOTER}{$HOOK_RIGHT_COLUMN} </div> </div> {/if} </body> </html> Link to comment Share on other sites More sharing options...
phil3001 Posted August 29, 2011 Author Share Posted August 29, 2011 Personne pour m'aider ? 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