summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
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}}">