minimouse Posted December 12, 2011 Share Posted December 12, 2011 Bonjour à tous, je travaille sur la version 1.4.6.2. et je voudrais modifier le lien depuis mon logo. J'ai cherché la solution sur le forum et j'ai testé : modifier dans le header.tpl de mon thème la balise : <a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}"> <img class="logo" src="{$img_ps_dir}logo.jpg?{$img_update_time}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} /> </a> par <a id="header_logo" href="http://www.lien-vers-mon-site" title="{$shop_name|escape:'htmlall':'UTF-8'}"> <img class="logo" src="{$img_ps_dir}logo.jpg?{$img_update_time}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} /> </a> mais aucune modification n'apparait ... pouvez-vous m'aider à résoudre ce problème, d'avance merci Link to comment Share on other sites More sharing options...
Carl Favre Posted December 12, 2011 Share Posted December 12, 2011 Bonjour minimouse, As-tu bien activé "forcer la compilation" et "cache" dans préferences>performances ? Car autrement tu ne verras aucune modification en front-office ! Link to comment Share on other sites More sharing options...
minimouse Posted December 12, 2011 Author Share Posted December 12, 2011 merci beaucoup pour ta réponse ... ça marche donc c'est super !!! Link to comment Share on other sites More sharing options...
Carl Favre Posted December 12, 2011 Share Posted December 12, 2011 Je t'en prie, content d'avoir pu t'aider . Peux-tu ajouter [résolu] dans ton titre ? Merci . 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