miniflux-legacy/templates/bookmark_links.php
2016-03-17 19:57:46 -04:00

16 lines
419 B
PHP

<?php if ($item['bookmark']): ?>
<span
class="bookmark-icon"
data-action="bookmark"
data-reverse-title="<?= t('bookmark') ?>"
title="<?= t('remove bookmark') ?>"
></span>
<?php else: ?>
<span
class="bookmark-icon"
data-action="bookmark"
data-reverse-title="<?= t('remove bookmark') ?>"
title="<?= t('bookmark') ?>"
></span>
<?php endif ?>