This document tells you how to add favicon to your forum.
- To add a favicon to yor site, download a ico file of your choice. One can be found here - http://www.phpbb.com/favicon.ico
- Then upload this to your server somewhere via FTP.
- Then head to templates/<style name>/overall_header.tpl
- Open up this file and in the <head> section of the file insert code like this
- Code: Select all
<link rel="shortcut icon" href="./images/favicon.ico">

