1
iglitk
How can i modify this theme?
  • 2008/7/28 19:50

  • iglitk

  • Just popping in

  • Posts: 2

  • Since: 2008/7/28


Theme name "gramophone"
the address of where i am testing the theme
http://patriotet.info/xoops/index.php

as you can see the header includes 2 images. how can i change it so i can include only one image (of about 800-900 pixels x 94-100 pixels) for the entire header.
theme is found herehttps://xoops.org/modules/library/singlefile.php?cid=1&lid=77

thankyou

2
Mamba
Re: How can i modify this theme?
  • 2008/7/28 21:11

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Replace

Quote:
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td bgcolor="#ff0000" align="left"><br>&nbsp;&nbsp;&nbsp;<img src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/logo.gif"></td>
<td width="1" bgcolor="#ffffff"></td>
<td width="469" height="95" background="<{$xoops_url}>/themes/<{$xoops_theme}>/images/fish.gif"></td>
<td width="1" bgcolor="#ffffff"></td>
<td width="50" bgcolor="#ff0000">&nbsp;</td>
</tr></table>


with something like this:

Quote:
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td bgcolor="#ff0000" align="left"><a href="{$xoops_url}"><img src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/logo.gif"></a>
</td>
</tr>
</table>

and replace the logo.gif with whatever logo you want to use.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

Login

Who's Online

226 user(s) are online (134 user(s) are browsing Support Forums)


Members: 0


Guests: 226


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits