I want to erase the sentence STOP SLIDESHOW under the slideshow window I want to erase the sentence STOP SLIDESHOW under the slideshow window
 

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

I want to erase the sentence STOP SLIDESHOW under the slideshow window

Started by diers, April 01, 2006, 12:50:14 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

diers

how do I do that???  Do I go in scripts, in template or what??  look at my page and then see what I mean, thanks:
http://www.kaiarturdiers.de/cpg144/displayimage.php?album=1&pid=10&slideshow=5000
Please let me know.

Joachim Müller

there are several methods to get rid of this, the easiest being: edit lang/yourlanguage.php (e.g. lang/english.php), find'stop_slideshow'and remove the text on the left side of the definition. For the english language file, the entry looks like this:  'stop_slideshow' => 'STOP SLIDESHOW',Replace it with  'stop_slideshow' => '', - you get the idea.