summaryrefslogtreecommitdiff
path: root/modules/slideshow
diff options
context:
space:
mode:
authorRomain LE DISEZ <romain.git@ledisez.net>2009-07-20 10:49:47 +0200
committerRomain LE DISEZ <romain.git@ledisez.net>2009-07-20 10:49:47 +0200
commitd3fa2bed687438ead8ea64b40c23f90e231b6b61 (patch)
tree193da0d7977ced6736b15793c30a92a7c50a61c7 /modules/slideshow
parentaeff79b6345d01d74d8389bb6d2a3a6f401f2183 (diff)
parent33d0b82d024df8fd85798cc4f6b9bab377f4f783 (diff)
Merge commit 'upstream/master'
Diffstat (limited to 'modules/slideshow')
-rw-r--r--modules/slideshow/helpers/slideshow_theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/slideshow/helpers/slideshow_theme.php b/modules/slideshow/helpers/slideshow_theme.php
index 125d175c..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 "<script src=\"$proto://lite.piclens.com/current/piclens_optimized.js\"" .
+ return "<script src=\"$proto://lite.piclens.com/current/piclens_optimized.js\" " .
"type=\"text/javascript\"></script>";
}
}