Re: Cambiar Icono en la Pesta?a del Navegador
in Sept 15 2011 Ishowd wrote :
I don’t know if i understood right but in the development environment, when you run the apps, the SC favicon will appear. When the apps are deployed, there is no SC favicon in the deployed apps.
If you want to put your own favicon.ico for the deployed apps,
Ex.: You can put the favicon in the menu app like this
onApplicationInit:
?>
<html>
<head>
<link rel=“shortcut icon” href="…/favicon.ico">
</head>
<?php
and simply drop the favicon.ico in the root folder where the apps are deployed.
Hope this helps.
Ustedes pueden crear un icono simplemente renombrando una imagen de 24x24 tipo .bmp con el nombre “favicon.ico” y usan esa imagen como icono.
Aquiles