| Forum Icon |
| Description: How to add icon on your forum |
| Author: Murkrow |
| Date: Sat Mar 27, 2004 1:28 pm |
| Type: HowTo |
| Keywords: icon |
| Category: Styles |
 |
I will show you, how to add a icon to your forum.
At first, you must have icon. Rename it into favicon.ico(default).
Then,
| Code: |
[OPEN]
PHPBBrootDIR/templates/TEMPLATEname/overall_header.tpl
[FIND]
<style type="text/css">
[AFTER, ADD]
<link rel="icon" href="favicon.ico" />
[SAVE]
|
Then upload favicon.ico in your phpBB root dir, and overall_header.tpl in PHPBBrootDIR/templates/TEMPLATEname/
That is all!  |
|
|
|