PHP help
- shadow-the-hedgehog
- Joined: Tue Jan 28, 2003 12:25 am
- Location: [Insert Funny Location Here]
- Contact:
PHP help
Where can I edit the image on a phpBB board so that it links to the home page instead of the forum index?
**K.O.G3 MIX**
My Online Journal
My Online Journal
'Unopened Letter to the World' by [i]the Ataris[/i] wrote:Am I destined only to die the same way I lived, in seclusion?
- Stoic
- Joined: Fri Feb 14, 2003 12:23 am
- Location: Land Of Confusion
Open templates -> subSilver -> overall_header.tpl
Find:
(It's near the Bottom of the Document)
Chagne {U_INDEX} to the URL you want the logo to link to.[/code]
Find:
Code: Select all
<td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
Chagne {U_INDEX} to the URL you want the logo to link to.[/code]
"More than hundred fucking takes." - Jackie Chan.
Murphy's Law of Combat Number 6:
If it's stupid but it works, it isn't stupid.
My Profile::Your Profile
Murphy's Law of Combat Number 6:
If it's stupid but it works, it isn't stupid.
My Profile::Your Profile
- shadow-the-hedgehog
- Joined: Tue Jan 28, 2003 12:25 am
- Location: [Insert Funny Location Here]
- Contact:
Cool thanx.
**K.O.G3 MIX**
My Online Journal
My Online Journal
'Unopened Letter to the World' by [i]the Ataris[/i] wrote:Am I destined only to die the same way I lived, in seclusion?