Jump to content

Donde cambiar el nombre que sale en la pestaña


Recommended Posts

El caso es que si cambias en las propiedades de la tienda ese nombre, te aparecerá en todas partes: facturas, emails,...

 

Yo lo he cambiado en el header.tpl del tema que tengo activado. Solamente hay que modificar la etiqueta <title>

 

Te adjunto el código original:

 

 

!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$lang_iso}">

<head>

<title>{$meta_title|escape:'htmlall':'UTF-8'}</title>

<style type="text/css">

 

y el modificado:

 

 

!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$lang_iso}">

<head>

<!-- <title>{$meta_title|escape:'htmlall':'UTF-8'}</title> -->

<title>Aquí pongo lo que quiero que aparezca en la etiqueta del navegador</title>

<style type="text/css">

Link to comment
Share on other sites

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