diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-27 22:08:17 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-27 22:08:17 +0000 |
commit | bb388af21af7a4778f55598e8b78fc71ae0cd04b (patch) | |
tree | 2e41a3beca0e6dfb421b3284c43ce58406b4fcd1 /modules | |
parent | bc210a708ed90d521521dec0415586468ca7e0e0 (diff) |
Add tag_top() button
Diffstat (limited to 'modules')
-rw-r--r-- | modules/slideshow/helpers/slideshow_block.php | 4 |
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>"; + } } |