Remove feed hostname for item display

This commit is contained in:
Frederic Guillot 2013-07-21 12:46:24 -04:00
parent f42522c2a1
commit 6886d83cd5
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@
<p class="infos">
<?= Helper\escape($feed['title']) ?> |
<?= Helper\get_host_from_url($item['url']) ?> |
<span class="hide-mobile"><?= dt('%A %e %B %Y %k:%M', $item['updated']) ?> |</span>
<?php if ($item['bookmark']): ?>
<a href="?action=bookmark&amp;value=0&amp;id=<?= $item_id ?>&amp;redirect=<?= $menu ?>"><?= t('remove bookmark') ?></a>