From 08b127e9a41b18e0760b1506fb88b7912908e7d9 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 15 Nov 2009 21:56:55 -0800 Subject: Revert "Switch to new CoolIris slideshow. It doesn't fix the problems, but it" This reverts commit 2d7693b2f32464f74f2343c15f22290a190c3dbc. The new slideshow is not ready yet (sorry Belboz99!) --- modules/slideshow/helpers/slideshow_theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/slideshow/helpers/slideshow_theme.php') diff --git a/modules/slideshow/helpers/slideshow_theme.php b/modules/slideshow/helpers/slideshow_theme.php index 163d2bd8..269a93ce 100644 --- a/modules/slideshow/helpers/slideshow_theme.php +++ b/modules/slideshow/helpers/slideshow_theme.php @@ -20,7 +20,7 @@ class slideshow_theme_Core { static function head($theme) { $proto = (empty($_SERVER["HTTPS"]) || $_SERVER["HTTPS"] === "off") ? "http" : "https"; - return ""; } } -- cgit v1.2.3