aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2010-02-06 19:33:25 +0000
committerCash Costello <cash.costello@gmail.com>2010-02-06 19:33:25 +0000
commitf07c000fb091158328d4aa57ddef113b93227f7f (patch)
treee43b2902e6508bea4d3c7308dc04bc5e7e413c96 /start.php
parent634e663091a45fbeff10fc7ded4cec9b3f7cf381 (diff)
downloadelgg-f07c000fb091158328d4aa57ddef113b93227f7f.tar.gz
elgg-f07c000fb091158328d4aa57ddef113b93227f7f.tar.bz2
not using the cooliris javascript to find rss feed anymore
Diffstat (limited to 'start.php')
-rw-r--r--start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.php b/start.php
index 3cd501611..3cc1ea7aa 100644
--- a/start.php
+++ b/start.php
@@ -413,7 +413,7 @@
return $returnvalue;
}
- $slideshow_link = 'javascript:PicLensLite.start({maxScale:0,feedUrl:PicLensLite.indexFeeds()[0].url})';
+ $slideshow_link = "javascript:PicLensLite.start({maxScale:0,feedUrl:location.href+'?view=rss'})";
// add the slideshow javascript to the header
extend_view('metatags', 'js/slideshow');