banner to the gallery banner to the gallery
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

banner to the gallery

Started by vickydhani, March 30, 2006, 02:13:44 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

vickydhani

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

Joachim Müller

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.