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! --- themes/default/images/carousel.png | Bin 15631 -> 0 bytes themes/default/views/sidebar.html.php | 13 +++---------- 2 files changed, 3 insertions(+), 10 deletions(-) delete mode 100644 themes/default/images/carousel.png (limited to 'themes') diff --git a/themes/default/images/carousel.png b/themes/default/images/carousel.png deleted file mode 100644 index e516b1d3..00000000 Binary files a/themes/default/images/carousel.png and /dev/null differ diff --git a/themes/default/views/sidebar.html.php b/themes/default/views/sidebar.html.php index bee5b1a7..ab49a7bb 100644 --- a/themes/default/views/sidebar.html.php +++ b/themes/default/views/sidebar.html.php @@ -1,15 +1,8 @@
- -
-
-

Album: Christmas 2007

- ">[-] -
- - " width="214" class="gBlockContent" /> -
- + blocks() as $block): ?> + +
-- cgit v1.2.3