Which file do I edit if I want the title of my gallery pages (http://www.sagavoll.com/bilder/) to be a link back to the root level of the domain? Current title is "Sagavoll.com : Bilder", just to make it clear which I want to edit :) I guess this is not edited in the template files? Thanks in advance!
edit http://www.sagavoll.com/bilder/themes/mac_ox_x/template.html, find <h1>{GAL_NAME}</h1>
and replace with<h1><a href="/">{GAL_NAME}</a></h1>
Joachim
I would like to do a similar action with my title, however I would like it to redirect back to my forum.
I am using the Igames theme, and tried to change the html like it was posted above, without any luck.
I would like the title to navigate to this link....... http://classictalk.com/donsforum/index.php
Here is the link to my gallery.... http://classictalk.com/chevygallery/index.php
Thanks for any help you can offer..
make a copy of the the current themes/igames/template.html file
edit the themes/igames/template.html file
find:
<td background="themes/igames/images/top_panel_r1_c1.jpg">
<h1>{GAL_NAME}</h1>
change to:
<td background="themes/igames/images/top_panel_r1_c1.jpg">
<h1><a href="http://classictalk.com/donsforum/index.php" title="Click to go to Donsforum" >{GAL_NAME}</a></h1>
should work.
Done and done, works like a charm....thanks a lot.
I just couldn't see where to do it on my template.