summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-26 19:49:22 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-26 19:49:22 +0100
commit35e4283ae4ad8e2838a97040107eb9389f5ca71c (patch)
treedb068785ccc8e07a2d8ab4a207c5a7405f15b434 /templates/part.items.php
parent7b2a214017097098ad1d020fe9b4a5c8b767486f (diff)
show title and author below feed
Diffstat (limited to 'templates/part.items.php')
-rw-r--r--templates/part.items.php11
1 files changed, 8 insertions, 3 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index 6ca0a1280..1afc91bb4 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -23,11 +23,16 @@
target="_blank" href="{{item.url}}">{{item.title}}</a>
</h1>
- <h2 class="item_author">from
+ <h2 class="item_author">
+ <?php p($l->t('from')) ?>
<a href="#"
ng-click="loadFeed(item.feedId)"
- class="from_feed">{{item.feedTitle}}</a> {{item.getAuthorLine()}}
- </h2>
+ class="from_feed">{{ getFeedTitle(item.feedId) }}</a>
+ <span ui-if="item.author">
+ <?php p($l->t('by')) ?>
+ {{ item.author }}
+ </span>
+ </h2>
<div class="enclosure" ui-if="item.enclosure">
<audio controls="controls" ng-src="{{item.enclosure.link}}" type="{{item.enclosure.type}}">