PHP Bulletin Board Home
News About Home
Features of phpBB Test drive phpBB Downloads Support for phpBB The phpBB Community Styles for customising phpBB 3rd party modifications to phpBB

Support Home | Knowledge Base Home | Submit Article | Search Articles | Browse Articles
 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! Very Happy

Username: Password:
News | Features | Demo | Downloads | Support | Community | Styles | Mods | Links | Merchandise | About | Home
 © Copyright 2002 The phpBB Group.