aboutsummaryrefslogtreecommitdiff
path: root/views/rss
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-11-28 07:50:23 -0500
committerCash Costello <cash.costello@gmail.com>2011-11-28 07:50:23 -0500
commitefdd4b6544e14355f6ae0e6151c6f828271d3913 (patch)
treeddc1de199af538df367e625ab5f3cea420e039cd /views/rss
parentca5a35607dfb277cecba120ce27eece7c59f270a (diff)
downloadelgg-efdd4b6544e14355f6ae0e6151c6f828271d3913.tar.gz
elgg-efdd4b6544e14355f6ae0e6151c6f828271d3913.tar.bz2
working on album sorting
Diffstat (limited to 'views/rss')
-rw-r--r--views/rss/object/album.php4
-rw-r--r--views/rss/object/album/full.php3
2 files changed, 6 insertions, 1 deletions
diff --git a/views/rss/object/album.php b/views/rss/object/album.php
index 0c4606245..f880b56d6 100644
--- a/views/rss/object/album.php
+++ b/views/rss/object/album.php
@@ -3,9 +3,11 @@
* Album RSS view
*
* @uses $vars['entity'] TidypicsAlbum
+ *
+ * @author Cash Costello
+ * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License v2
*/
-
$full_view = elgg_extract('full_view', $vars, false);
if ($full_view) {
diff --git a/views/rss/object/album/full.php b/views/rss/object/album/full.php
index 8261e5ce0..b1f5a567b 100644
--- a/views/rss/object/album/full.php
+++ b/views/rss/object/album/full.php
@@ -3,6 +3,9 @@
* List photos in an album for RSS
*
* @uses $vars['entity'] TidypicsAlbum
+ *
+ * @author Cash Costello
+ * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License v2
*/
$limit = (int)get_input('limit', 20);