From 3bd5e571364385cb93a93b8526e1e90e56db7b49 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Fri, 11 Dec 2009 12:30:23 +0000 Subject: moved download action to download page --- views/rss/object/album.php | 4 ++-- views/rss/object/file.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'views/rss') diff --git a/views/rss/object/album.php b/views/rss/object/album.php index c66c0f7e9..c59f0e2d3 100644 --- a/views/rss/object/album.php +++ b/views/rss/object/album.php @@ -12,7 +12,7 @@ $base_url = $vars['url'] . 'mod/tidypics/thumbnail.php?file_guid='; // use fullsize image - $base_url_fullsize = $vars['url'] . 'action/tidypics/download?file_guid='; + $base_url_fullsize = $vars['url'] . 'pg/photos/download/'; // insert cover image if it exists image if ($album->cover) { @@ -52,7 +52,7 @@ time_created); ?> getURL(); ?> - + title; ?> description); ?> diff --git a/views/rss/object/file.php b/views/rss/object/file.php index ace3e28e6..e40da4f69 100644 --- a/views/rss/object/file.php +++ b/views/rss/object/file.php @@ -19,5 +19,5 @@ getURL(); ?> <![CDATA[<?php echo $title; ?>]]> description)); ?>]]> - + -- cgit v1.2.3