forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: u2web on July 07, 2004, 08:19:40 am

Title: Display Image
Post by: u2web on July 07, 2004, 08:19:40 am
Dear All.
On this page http://www.u2-web.com/templates/displayimage.php?album=9&pos=0 there is a Favourites: link in the table is there a way I can change the link to so that it points to my email contacts page?
Title: Re: Display Image
Post by: Joachim Müller on July 07, 2004, 09:13:46 am
edit themes/yourtheme/theme.php, find
Code: [Select]
<a href="{FAV_TGT}">{FAV_LNK}</a> ::and replace it with
Code: [Select]
<a href="your_link_target.htm">your link text</a> ::It's recommended that you don't replace the link, but add it in a new line though...

GauGau
Title: Re: Display Image
Post by: u2web on July 07, 2004, 10:06:03 am
Thank you for your prompt and accurate reply.  I can see our company made an excellent choice in your gallery.