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="= htmlspecialchars($child->title) ?>"
height="= $child->resize_height ?>" width="= $child->resize_width ?>" />
else: ?>
+ type}s/{$child->id}") ?>">
 ?>)
+ height="= $child->thumb_height ?>" width="= $child->thumb_width ?>" />
endif ?>
= $child->description ?>
@@ -67,7 +68,11 @@
endif ?>
else: ?>
+ fileSize="= filesize($child->file_path()) ?>"
+ height="= $child->height ?>"
+ width="= $child->width ?>"
+ type="= $child->mime_type ?>"
+ />
endif ?>
--
cgit v1.2.3