link to home link to home
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

link to home

Started by azra, January 01, 2008, 02:17:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

azra

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?

twist

Well you need to edit template.html.
For example:

open the file themes/meltingfilm_left/template.html:
Search for:

          <td width="550"><img src="themes/meltingfilm_left/images/banner1.gif" width="550" height="80" alt="" /></td>



Change to:

          <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

François Keller

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)
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

azra