From 2f4a4e5071d45447d6fff1ce671ec9fb7cb484d3 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 6 Sep 2012 01:05:27 +0200 Subject: made feed design more like owncloud navigation --- templates/part.items.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'templates/part.items.php') 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 '

' . $item->getTitle() . '

'; - if ($specialfeed) { - $from = $l->t('from') . ' ' . parse_url($item->getUrl(), PHP_URL_HOST); - echo '

' . $from .'

'; - } - if(($item->getAuthor() !== null) && (trim($item->getAuthor()) != '')){ echo '

'. $l->t('by') . ' ' . $item->getAuthor() . '

'; } -- cgit v1.2.3