summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-09-01 00:28:09 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-09-01 00:31:39 +0200
commita1d4791d3a8e953005568f8aff00ad15bbcc4305 (patch)
treed4eb6bab13857b45c4ef50d28aa4004d71acc2e4 /templates/part.items.php
parent0c4e8c98d8635de73eefe7c168571bc34ddccf61 (diff)
order feeds from cache by timestamp
Diffstat (limited to 'templates/part.items.php')
-rw-r--r--templates/part.items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index d40730e27..bda2c8d6a 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -39,7 +39,7 @@ foreach($items as $item) {
}
echo '<li class="feed_item ' . $newsItemClass .'" data-id="' . $item->getId() . '" data-feedid="' . $feedId . '">';
-
+ echo '<span class="timestamp">' . $item->getDate() . '</span>';
echo '<h2 class="item_date"><time class="timeago" datetime="' .
date('c', $item->getDate()) . '">' . date('F j, Y, g:i a', $item->getDate()) . '</time>' . '</h2>';