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.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

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.