coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: vickydhani on March 30, 2006, 02:13:44 AM

Title: banner to the gallery
Post by: vickydhani on March 30, 2006, 02:13:44 AM
hi i m using a coppermine script

i want to know how can i add the banner to te script and link the banner to the desired url
can some please help me regarding this

thanks
Title: Re: banner to the gallery
Post by: Joachim Müller on March 30, 2006, 07:05:16 AM
edit themes/yourtheme/template.html and edit it as you see fit (use plain html). Relative links must be seen from the coppermine root instead of the theme sub-folder.
Example: add something like<a href="my_link.htm"><img src="/absolute/path/to/my/banner.jpg" border="0" alt="" /></a>in the place of the logo in your theme.
If you want to add a banner rotation (i.e. dynamic scripting), things get a bit more complicated. If this is the case, post a link to your site and the code you want to add.