anncrea Posted October 20, 2011 Share Posted October 20, 2011 Bonsoir, J'aimerais savoir si le logo de la page d'accueil : http://anncreas.fr/PrestaShop Donc le cheval en fond bleu, c'est possible que quand les gens clique dessus ca aille directement sur www.anncreas.fr au lieu de www.anncreas.fr/prestashop C'est à dire sur la page de mon site et non de la boutique. Si oui, comment? Merci d'avance Cordialement Link to comment Share on other sites More sharing options...
jeckyl Posted October 21, 2011 Share Posted October 21, 2011 Bonjour, vous pouvez modifier cela dans le fichier header.tpl de votre template et remplacer la ligne : <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://anncreas.fr" 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> Link to comment Share on other sites More sharing options...
anncrea Posted October 24, 2011 Author Share Posted October 24, 2011 Merci beaucoup ; 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