summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-09-22 20:55:27 -0700
committerBharat Mediratta <bharat@menalto.com>2010-09-22 20:55:27 -0700
commit3b8475908feded1a982cf9a7e43e0dd18755c470 (patch)
treebc1b9fbca78174eca83eb2fb53f74d25ef889cac
parent93d1a8103e757a87fb006f2389f0ee24497367a7 (diff)
Use alternate path to the CoolIris slideshow that fixes the problem
with Adobe not properly signing TextLayout.swz. Fixes #1390.
-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 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>";
}
}