Favicon.ico

Hi, anybody knows on how to include favicon.ico in SC7?

Thanks,

Hi Eliaskho,
You can include a favicon in ScriptCase. Please go to:

Your application ->Layout->Header & Footer->Header->Header variables:


<link rel="icon" type="image/png" href="ico.png">

In SC6, is this the only way? Do I have to do this in each of my 100+ apps or is there a project-wide method?

I do this in my Menu - OnApplicationInit:

?>
<html>
<head>
<link rel=“shortcut icon” href="…/…/favicon.ico">
</head>
<?php

And it works through the whole project

Thank you Gerd - will do that right now :slight_smile:
I was thinking that maybe I only needed to do the menus. Maybe SC should add that as a field/image upload in menu apps???

Peace,
Jamie

[QUOTE=onmountain;15983]Thank you Gerd - will do that right now :slight_smile:
I was thinking that maybe I only needed to do the menus. Maybe SC should add that as a field/image upload in menu apps???

Peace,
Jamie[/QUOTE]

Jamie, i do that only in the menus

Worked great. I ended up putting it in the menus and also the standalone login security app too. Thanks again!
Jamie