|
|
@@ -37,8 +37,10 @@ $useKeepUnreadImportant = !FreshRSS_Context::isImportant() && !FreshRSS_Context:
|
|
|
?><?= $useKeepUnreadImportant && ($this->feed->priority() >= FreshRSS_Feed::PRIORITY_IMPORTANT) ? ' keep_unread ' : ''
|
|
|
?>" id="flux_<?= $this->entry->id()
|
|
|
?>" data-entry="<?= $this->entry->id()
|
|
|
+ ?>" data-category="<?= $this->feed->categoryId()
|
|
|
?>" data-feed="<?= $this->feed->id()
|
|
|
?>" data-priority="<?= $this->feed->priority()
|
|
|
+ ?>" data-link="<?= $this->entry->link()
|
|
|
?>"><?php $this->renderHelper('index/article'); ?>
|
|
|
</div><?php
|
|
|
endforeach;
|