diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-11-15 21:56:55 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-11-15 21:56:55 -0800 |
commit | 08b127e9a41b18e0760b1506fb88b7912908e7d9 (patch) | |
tree | acef8beb04c04afa9d6f8d2f9ca5feb25a441072 /modules/slideshow/helpers/slideshow_theme.php | |
parent | b64729bfbe9f76bbbcdfa288f8fb1b696c6d8895 (diff) |
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!)
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 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 "<script src=\"$proto://apps.cooliris.com/slideshow/go.js\" " . + return "<script src=\"$proto://lite.piclens.com/current/piclens_optimized.js\" " . "type=\"text/javascript\"></script>"; } } |