summaryrefslogtreecommitdiff
path: root/modules/slideshow/helpers/slideshow.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-11-19 23:46:40 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-11-19 23:46:40 +0000
commit223449fcbddf5beaa88e428554bbe7655b8e41c3 (patch)
treebb058229074bcf4c108ded41158f16013bbd8c94 /modules/slideshow/helpers/slideshow.php
parent9ddc8c8aabfc5a6697ff636900297f94ecff4d8f (diff)
slideshow::link() returns the entire anchor element
Diffstat (limited to 'modules/slideshow/helpers/slideshow.php')
-rw-r--r--modules/slideshow/helpers/slideshow.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/slideshow/helpers/slideshow.php b/modules/slideshow/helpers/slideshow.php
index fdd696d2..5fadf36b 100644
--- a/modules/slideshow/helpers/slideshow.php
+++ b/modules/slideshow/helpers/slideshow.php
@@ -19,10 +19,6 @@
*/
class slideshow {
public static function link() {
- return "javascript:PicLensLite.start()";
- }
-
- public static function button_text() {
- return _("Slideshow");
+ return "<a href=\"javascript:PicLensLite.start()\" id=\"gSlideshowLink\" class=\"gButtonLink\">Slideshow</a>";
}
}