forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: azra on January 01, 2008, 02:17:05 pm

Title: link to home
Post by: azra on January 01, 2008, 02:17:05 pm
I am using the meltingfilm left theme, and I was wondering how to make the banner at the top a link to go to the index. how do I do this?
Title: Re: link to home
Post by: twist on January 01, 2008, 03:13:31 pm
Well you need to edit template.html.
For example:

open the file themes/meltingfilm_left/template.html:
Search for:
Code: [Select]
          <td width="550"><img src="themes/meltingfilm_left/images/banner1.gif" width="550" height="80" alt="" /></td>


Change to:
Code: [Select]
          <td width="550"><a href="index.php"><img src="themes/meltingfilm_left/images/banner1.gif" width="550" height="80" alt="" border="0" /></a></td>

Try now reloading your gallery.

regards,
-Davide
Title: Re: link to home
Post by: François Keller on January 01, 2008, 03:14:58 pm
asked more time before, please search the board and read the doc's.
look at the template.html file from your theme (it's plain html)
Title: Re: link to home
Post by: azra on January 01, 2008, 04:21:20 pm
thanks. that worked