diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-21 23:36:41 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-21 23:36:41 +0000 |
commit | 60191f1d2c65103d35a8b7bf9771d5ff13405db6 (patch) | |
tree | 03c61e8724369bee13b2c89d6bd7a607cd4b5f72 /modules/slideshow/helpers/slideshow_block.php | |
parent | 88f799be6f458f71f9df87e05d24273f9a0058b9 (diff) |
Be consistent in naming the album_top block
Diffstat (limited to 'modules/slideshow/helpers/slideshow_block.php')
-rw-r--r-- | modules/slideshow/helpers/slideshow_block.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/slideshow/helpers/slideshow_block.php b/modules/slideshow/helpers/slideshow_block.php index b31a5003..8272554f 100644 --- a/modules/slideshow/helpers/slideshow_block.php +++ b/modules/slideshow/helpers/slideshow_block.php @@ -23,7 +23,7 @@ class slideshow_block_Core { "</script>"; } - public static function album_header() { + public static function album_top() { return "<a href=\"javascript:PicLensLite.start()\" id=\"gSlideshowLink\" class=\"gButtonLink\">Slideshow</a>"; } |