From 01c8cdc8dd08bf859f68aaffff32fd1acf1a66ab Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 21 Nov 2008 23:55:29 +0000 Subject: Convert the carousel module to provide its block through the new api --- modules/carousel/helpers/carousel_block.php | 31 +++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 modules/carousel/helpers/carousel_block.php (limited to 'modules/carousel/helpers/carousel_block.php') diff --git a/modules/carousel/helpers/carousel_block.php b/modules/carousel/helpers/carousel_block.php new file mode 100644 index 00000000..f83a48da --- /dev/null +++ b/modules/carousel/helpers/carousel_block.php @@ -0,0 +1,31 @@ +id = "gCarousel"; + $block->title = "Album: {$theme->item()->title_edit}"; + $block->content = '__toString(); + } +} \ No newline at end of file -- cgit v1.2.3