Include a banner under every picture Include a banner under every picture
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Include a banner under every picture

Started by thomaspb, December 07, 2004, 06:29:09 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

thomaspb

Hi, sorry about my english ;) - i want to include a link (a banner...) under every picture in the displayimage.php, but i can not foind the position, where i can do that.

can somebody help me?

Where is the exact position (row) i can include a script or a link, that the text, link or other things will be shown direct under the picture?

thanks a lot.

Joachim Müller

edit themes/yourtheme/theme.php, find// HTML template for intermediate image displayand add your banner code beneath it (but before the following line that reads EOT;

Joachim