From 6ec266faa69cd1efeb531d3b1494189989a84293 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 21 Nov 2008 20:13:28 +0000 Subject: 2nd attempt at inserting html by modules. --- modules/slideshow/helpers/slideshow.php | 24 ------------------- modules/slideshow/helpers/slideshow_block.php | 33 +++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 24 deletions(-) delete mode 100644 modules/slideshow/helpers/slideshow.php create mode 100644 modules/slideshow/helpers/slideshow_block.php (limited to 'modules/slideshow/helpers') diff --git a/modules/slideshow/helpers/slideshow.php b/modules/slideshow/helpers/slideshow.php deleted file mode 100644 index 5fadf36b..00000000 --- a/modules/slideshow/helpers/slideshow.php +++ /dev/null @@ -1,24 +0,0 @@ -Slideshow"; - } -} diff --git a/modules/slideshow/helpers/slideshow_block.php b/modules/slideshow/helpers/slideshow_block.php new file mode 100644 index 00000000..b31a5003 --- /dev/null +++ b/modules/slideshow/helpers/slideshow_block.php @@ -0,0 +1,33 @@ +" . + ""; + } + + public static function album_header() { + return "Slideshow"; + } + + public static function photo() { + return "Slideshow"; + } +} -- cgit v1.2.3