diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-12-26 13:24:12 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-12-26 13:26:29 -0800 |
commit | 5808ba48c8e5e212571ebd03e874a386dae92786 (patch) | |
tree | a148299bfec466e137ab2b386cd18560c50e06db /modules/slideshow/helpers/slideshow_theme.php | |
parent | e885ca161f1cff1c8b57190915dd42146c33bf66 (diff) |
Roll forward to the new CoolIris slideshow -- it appears to be ready
now.
Diffstat (limited to 'modules/slideshow/helpers/slideshow_theme.php')
-rw-r--r-- | modules/slideshow/helpers/slideshow_theme.php | 2 |
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>"; } } |