do not show feed title/url when browsing the articles of a chosen feed
It doesn't contain any useful info.
This commit is contained in:
parent
d5b06afbc9
commit
de50709f46
@ -32,6 +32,7 @@
|
||||
</p>
|
||||
<?php endif ?>
|
||||
<ul class="item-menu">
|
||||
<?php if ($menu !== 'feed-items'): ?>
|
||||
<li>
|
||||
<?php if (! isset($item['feed_title'])): ?>
|
||||
<?= Helper\get_host_from_url($item['url']) ?>
|
||||
@ -39,6 +40,7 @@
|
||||
<a href="?action=feed-items&feed_id=<?= $item['feed_id'] ?>" title="<?= t('Show only this subscription') ?>"><?= Helper\escape($item['feed_title']) ?></a>
|
||||
<?php endif ?>
|
||||
</li>
|
||||
<?php endif ?>
|
||||
<li class="hide-mobile">
|
||||
<span title="<?= dt('%e %B %Y %k:%M', $item['updated']) ?>"><?= Helper\relative_time($item['updated']) ?></span>
|
||||
</li>
|
||||
|
Loading…
Reference in New Issue
Block a user