summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-27 22:08:17 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-27 22:08:17 +0000
commitbb388af21af7a4778f55598e8b78fc71ae0cd04b (patch)
tree2e41a3beca0e6dfb421b3284c43ce58406b4fcd1
parentbc210a708ed90d521521dec0415586468ca7e0e0 (diff)
Add tag_top() button
-rw-r--r--modules/slideshow/helpers/slideshow_block.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/slideshow/helpers/slideshow_block.php b/modules/slideshow/helpers/slideshow_block.php
index 3a089d22..8a415a67 100644
--- a/modules/slideshow/helpers/slideshow_block.php
+++ b/modules/slideshow/helpers/slideshow_block.php
@@ -30,4 +30,8 @@ class slideshow_block_Core {
public static function photo_top($theme) {
return "<a href=\"javascript:PicLensLite.start()\" id=\"gSlideshowLink\" class=\"gButtonLink\">Slideshow</a>";
}
+
+ public static function tag_top($theme) {
+ return "<a href=\"javascript:PicLensLite.start()\" id=\"gSlideshowLink\" class=\"gButtonLink\">Slideshow</a>";
+ }
}