Community Add-Ons
| Maintainers: | karzac |
Icon in address bar
for osCommerce Online Merchant v2.2
Put an icon in address bar (Long method)
*** ESPAÑOL ***
Ingresa a /catalog/include y abre el archivo header.php
Alli agrega el siguiente código al final del archivo:
<link rel="shortcut icon" href="/favicon.ico">
(En href debes especificar la ubicación del icono ya subido en el servidor).
Puedes crear tu icono a partir de una imagen comun en
http://tools.dynamicdrive.com/favicon/
Saludos.
*** ENGLISH ***
(I'm not an english speaker)
Edit the file /catalog/include/header.php
At the end of the file add this code:
<link rel="shortcut icon" href="/favicon.ico">
(href: you must specify the address of your icon, previously added to your server).
You could create your icon using an normal picture from this site:
http://tools.dynamicdrive.com/favicon/
Regards.
