News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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