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

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.