Bump.
Here's how to define the site icon:
PHP-Fusion
Replace "images/favicon.ico". The icon is already defined as <link rel='shortcut icon' href='images/favicon.ico' type='image/x-icon' />, probably in "themes/templates/header.php". That's slightly incorrect HTML though, it should be <link rel='icon' href='images/favicon.ico' type='image/vnd.microsoft.icon'>
MyBB
Templates > Modify / Delete > Select your theme > headerinclude > Edit
Add <link rel='icon' href='images/favicon.ico' type='image/vnd.microsoft.icon'> if the site icon is located in 'images/favicon.ico'.
Here's how to define the site icon:
PHP-Fusion
Replace "images/favicon.ico". The icon is already defined as <link rel='shortcut icon' href='images/favicon.ico' type='image/x-icon' />, probably in "themes/templates/header.php". That's slightly incorrect HTML though, it should be <link rel='icon' href='images/favicon.ico' type='image/vnd.microsoft.icon'>
MyBB
Templates > Modify / Delete > Select your theme > headerinclude > Edit
Add <link rel='icon' href='images/favicon.ico' type='image/vnd.microsoft.icon'> if the site icon is located in 'images/favicon.ico'.

