From 46e33f1bbe6f8526470e041658a30df6e9e6c84a Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 8 Jan 2010 11:06:54 -0800 Subject: Fix for ticket #933. Move the inclusion of the piclens script from the theme::header callback to the theme::page_bottom callback. --- modules/slideshow/helpers/slideshow_theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/slideshow/helpers') diff --git a/modules/slideshow/helpers/slideshow_theme.php b/modules/slideshow/helpers/slideshow_theme.php index 163d2bd8..6aaf371c 100644 --- a/modules/slideshow/helpers/slideshow_theme.php +++ b/modules/slideshow/helpers/slideshow_theme.php @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ class slideshow_theme_Core { - static function head($theme) { + static function page_bottom($theme) { $proto = (empty($_SERVER["HTTPS"]) || $_SERVER["HTTPS"] === "off") ? "http" : "https"; return ""; -- cgit v1.2.3