summaryrefslogtreecommitdiff
path: root/modules/slideshow/helpers/slideshow_theme.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-11-11 18:47:28 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-11-11 18:47:28 -0800
commitc186f4ad486a6377fb77adb3e06a955f8dcf0ada (patch)
treec02677ff3e92b7e2afff717b8bbb4bdeb4e1a983 /modules/slideshow/helpers/slideshow_theme.php
parent421a975c0e042a56c12a9894afa38f5785d1fe6d (diff)
parent2d7693b2f32464f74f2343c15f22290a190c3dbc (diff)
Merge branch 'talmdal_dev' of git@github.com:gallery/gallery3 into talmdal_dev
Diffstat (limited to 'modules/slideshow/helpers/slideshow_theme.php')
-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 269a93ce..163d2bd8 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://apps.cooliris.com/slideshow/go.js\" " .
"type=\"text/javascript\"></script>";
}
}