custom text on display media page custom text on display media page
 

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

custom text on display media page

Started by allvip, September 20, 2013, 12:31:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

allvip

I wouuld like to add some custom text near the slideshow button or on top of the image under file count FILE 36/357
thanks

Αndré

Please decide where exactly you want to display that text. I assume it's always the same text?

allvip

option 1 is my first choice off course:near the slideshow button

Αndré

Copy the block $template_img_navbar from themes/sample/theme.php to your theme's theme.php file, if it doesn't exist. Then, find
<td id="slideshow_button" align="center" valign="middle" class="navmenu" width="48"></td>
and add your text.

allvip