Jump to content

Cambiar enlace del logo en Prestashop 1.5


Recommended Posts

Fichero:

 

/themes/tu-plantilla/header.tpl

 

Busca esto:

 

<a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}">
 <img class="logo" src="{$logo_url}" 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>

 

y cambia el:

 

href="{$base_dir}"

 

por

 

href="nuevo_destino"

  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...