From e2f2ff4a7f0dc6b388a7ac91f28d4a7a16a91a4e Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 23 Feb 2009 18:41:22 +0000 Subject: Change the way movies are presented in the feed. Couldn't figure out how to embed the object in the feed, so the recieve will still have to click on the thumbnail to see the move. Instead of actually playing in the feed reader. --- modules/rss/views/feed.mrss.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'modules/rss') diff --git a/modules/rss/views/feed.mrss.php b/modules/rss/views/feed.mrss.php index 279ae060..11b81bdd 100644 --- a/modules/rss/views/feed.mrss.php +++ b/modules/rss/views/feed.mrss.php @@ -35,9 +35,10 @@ title="title) ?>" height="resize_height ?>" width="resize_width ?>" />
+ type}s/{$child->id}") ?>">
+ height="thumb_height ?>" width="thumb_width ?>" />

description ?>

@@ -67,7 +68,11 @@ + fileSize="file_path()) ?>" + height="height ?>" + width="width ?>" + type="mime_type ?>" + /> -- cgit v1.2.3