PDA

View Full Version : favicon


dscottf
31st of March 2003 (Mon), 07:50
I need to instert tags for favicon inthe tag




I could edit each of the various style pages to insert this code, but is this the best way?

Pekka
31st of March 2003 (Mon), 10:55
This is for version 1.3RC:
I think simplest way is to add it to $framebust variable in fetchsettings.php

You need to add slashes to doublequotes, so it will become

$favicon = "
";

if ($s_framebust == "1") {
$framebust = "





{$favicon}
";
}
else {
$framebust = $favicon;
}