summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-09-06 01:05:27 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-09-06 01:05:42 +0200
commit2f4a4e5071d45447d6fff1ce671ec9fb7cb484d3 (patch)
tree648b81d0dcbe4e8f69b2853454d80bffed79ea5f /templates/part.items.php
parent190a070f15b546290853258a389503af98655970 (diff)
made feed design more like owncloud navigation
Diffstat (limited to 'templates/part.items.php')
-rw-r--r--templates/part.items.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index bda2c8d6a..185fc099b 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -51,11 +51,6 @@ foreach($items as $item) {
echo '<h1 class="item_title"><a target="_blank" href="' . $item->getUrl() . '">' . $item->getTitle() . '</a></h1>';
- if ($specialfeed) {
- $from = $l->t('from') . ' ' . parse_url($item->getUrl(), PHP_URL_HOST);
- echo '<h2 class="item_feed_title">' . $from .'</h2>';
- }
-
if(($item->getAuthor() !== null) && (trim($item->getAuthor()) != '')){
echo '<h2 class="item_author">'. $l->t('by') . ' ' . $item->getAuthor() . '</h2>';
}