On Thu, 27 Jul 2006 11:40:58 -0400 "Frederich, Eric P2173" eric.frederich@siemens.com wrote:
Hey guys,
On the server which has our Wiki we will probably have other sites and applications as well. I want to have a wiki favicon for our site which is different from the ones for the other (if they even have one) I understand a way to do this is to put <LINK REL="SHORTCUT ICON" HREF="favicon.ico"> in the <head> section. I am guessing that there is a nice single place to put this line in some php file but I can't guess where. Does anyone have an idea where I can put this? I tried the <head> section in the main index.php but that didn't work.
Thanks, ~Eric
When I did mine, I just copied my own favicon.ico into the wiki root directory. The MediaWiki code is already setup to handle it. (View the main page in your browser and view the source. You'll see it about line #6.)