Hi there,
in the standard page template there is an option for setting the favicon.
I cannot find anything similar in an Kookaburra template.
Is this option not available there?
Best,
Joe
Hi there,
in the standard page template there is an option for setting the favicon.
I cannot find anything similar in an Kookaburra template.
Is this option not available there?
Best,
Joe
It doesn’t look like that this option is available. But you can use phplugins to add it. Something like this (untested!):
function head() {
echo <<<HTML
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">;
HTML;
}
Hi Daniel,
great… It works like a charm
Best,
Joe