Template rename

This commit is contained in:
Frederic Guillot 2013-04-22 22:43:18 -04:00
parent 68bfc130b7
commit 93d1fd40c0
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
<?= Helper\get_host_from_url($item['url']) ?> |
<?= dt('%A %e %B %Y %k:%M', $item['updated']) ?> |
<a href="?action=mark-item-unread&amp;id=<?= urlencode($item['id']) ?>"><?= t('mark as unread') ?></a> |
<a href="?action=mark-item-removed&amp;id=<?= urlencode($item['id']) ?>"><?= t('remove') ?></a> |
<a
href="<?= $item['url'] ?>"
id="original-<?= urlencode($item['id']) ?>"