BUG 7499 Internet Explorer (ingles)-Visibilidad Icono

This problem was fixed, on FF doesnt matter the extion it shows the picture however in IE doesnt happen the samen.
we added a png and now it's working fine
This commit is contained in:
Carlos Pacha
2011-08-23 17:53:18 -04:00
parent 4da5d3da4a
commit 2ef1227b93
2 changed files with 1 additions and 1 deletions

View File

@@ -67,7 +67,7 @@ try {
$template->assign ('LOGO_HEIGHT' , "80" );
$template->assign ('LOG0_SIZE' , "15.36");
$template->assign ('LOG0_DELETE' , "onclick ='changeLogo(\" \");return false;'");
$template->assign ('LOG0_CHECK' , "/images/favicon.ico");
$template->assign ('LOG0_CHECK' , "/images/faviconpm.png");
$i++;
}