Thread
:
logo in phpbb forum
View Single Post
(#
2
(
permalink
))
mikem
Senior Member
Status:
Offline
Posts: 2,905
Join Date: Sep 2002
04-19-2003, 01:10 PM
that logo in the Hlius thheme in the Forums is called from the
overall_header.tpl file
Code:
<td width="130">
[img]themes/Helius/forums/images/logo1.gif[/img]
</td>
The image size is harcoded. You can probably get away with just removing this from that code
Code:
width="130" height="23"
mikem
mikem
View Public Profile
Send a private message to mikem
Find all posts by mikem