From 992cf22c795100a4f42c17c38cf1aaa2029af279 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 21 Nov 2008 07:06:11 +0000 Subject: Revert module block approach --- modules/slideshow/helpers/slideshow.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'modules/slideshow/helpers/slideshow.php') diff --git a/modules/slideshow/helpers/slideshow.php b/modules/slideshow/helpers/slideshow.php index e7efd615..5fadf36b 100644 --- a/modules/slideshow/helpers/slideshow.php +++ b/modules/slideshow/helpers/slideshow.php @@ -17,13 +17,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -class slideshow_Core { - public static function link($theme) { +class slideshow { + public static function link() { return "Slideshow"; } - - public static function script($theme) { - return ""; - } } -- cgit v1.2.3