From b82332192a7420cce045612014ad6f54b02974c3 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 5 Nov 2008 05:20:20 +0000 Subject: The carousel block is now off into its own module. The sidebar.html.php file loops over $theme->blocks() which in turn calls carousel::block() which uses the Block object to create a standard block UI. Hooray! --- core/views/block.html.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 core/views/block.html.php (limited to 'core/views') diff --git a/core/views/block.html.php b/core/views/block.html.php new file mode 100644 index 00000000..bd6bc44b --- /dev/null +++ b/core/views/block.html.php @@ -0,0 +1,9 @@ + +
+
+

+
+
+ +
+
-- cgit v1.2.3