Hallo,
ich finde die Stelle nicht, wo ich in SC Projekt Icon (favicon.ico) einstellen oder ?ndern kann? Hilfe…
Gr??e,
Mihayil
Hallo,
ich finde die Stelle nicht, wo ich in SC Projekt Icon (favicon.ico) einstellen oder ?ndern kann? Hilfe…
Gr??e,
Mihayil
Re: Projekt Icon
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.
Re: Projekt Icon
Is this bug already fixed ?
Still not working for me, when i don?t use the Tree Menu !!!