Previous | Next

[info]scotchsour
[info]scotchbonnet

[info]scotchsour
[info]scotchbonnet

Efiction Mod: Adding Favicon


[info]scotchsour
[info]scotchbonnet
Go to the Header.php and find



Add this after in a new line:








Create a file called extra_header.php in your skin folder and add this:

Code:

<?php

echo "<link rel=\"shortcut icon\" type=\"image/ico\" href=\"$skindir/images/favicon.ico\"/>";

?>


Suggestion: Add your .ico to your skin folder so if there is an update to efiction, it will not be changed.

Don't forget to add where your favicon image is. That's it. Enjoy.