Quote:
Originally Posted by corriewf
Vbulletin will automaticlly pick it up if you put it in your root directory....... No need for code.
|
Mine never picked it up on it's own. I had to put the code in my templates.
If the original code that was provided earlier in this thread doesn't work try this. It's crude, but it should work.
PHP Code:
<link rel="shortcut icon" href=" the ico url" />
where I have the text "the ico url' delete that and place the full url to whatever location you have your ico stored at between the "".
Place that code in your headerincludes template.
If that doesn't work let me know and I will give mine yet another look to make sure I didn't stash the code in any other templates as well.