[pmwiki-users] Favicons

pmwiki at 911networks.com pmwiki at 911networks.com
Mon Nov 6 08:52:33 CST 2006


On Mon, 06 Nov 2006 14:47:37 +0200
Mark Trumpold <mtrumpol at cacegypt.org> wrote:

> Anyone know how to add a favicon to the URL

In the skin.tmpl [or equivalent] add:
<head>
[...]
  <link rel='icon' href="$FavIcon" type='image/ico'>
  <link rel='SHORTCUT ICON' href="$FavIcon">
[..,]
</head>

In the local.php add:
$FavIcon = "$PubDirUrl/skins/favicon.ico";


-- 
Thanks
http://www.sqlhacks.com
The SQL knowledge base




More information about the pmwiki-users mailing list