diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-09-22 20:55:27 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-09-22 20:55:27 -0700 |
commit | 3b8475908feded1a982cf9a7e43e0dd18755c470 (patch) | |
tree | bc1b9fbca78174eca83eb2fb53f74d25ef889cac /modules/slideshow/helpers/slideshow_theme.php | |
parent | 93d1a8103e757a87fb006f2389f0ee24497367a7 (diff) |
Use alternate path to the CoolIris slideshow that fixes the problem
with Adobe not properly signing TextLayout.swz. Fixes #1390.
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 3203b7bc..a3d6ef37 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 page_bottom($theme) { $proto = request::protocol(); - return "<script src=\"$proto://apps.cooliris.com/slideshow/go.js\" " . + return "<script src=\"$proto://e.cooliris.com/slideshow/v/37732/go.js\" " . "type=\"text/javascript\"></script>"; } } |