diff options
Diffstat (limited to 'modules/carousel/helpers')
-rw-r--r-- | modules/carousel/helpers/carousel_block.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/carousel/helpers/carousel_block.php b/modules/carousel/helpers/carousel_block.php index f83a48da..a93cfef6 100644 --- a/modules/carousel/helpers/carousel_block.php +++ b/modules/carousel/helpers/carousel_block.php @@ -19,7 +19,7 @@ */ class carousel_block_Core { - public static function sidebar($theme) { + public static function sidebar_blocks($theme) { $block = new Block(); $block->id = "gCarousel"; $block->title = "Album: <a href=#>{$theme->item()->title_edit}</a>"; |