sharing;
}
$bottomline_read = FreshRSS_Context::$conf->bottomline_read;
$bottomline_favorite = FreshRSS_Context::$conf->bottomline_favorite;
$bottomline_sharing = FreshRSS_Context::$conf->bottomline_sharing && (count($sharing) > 0);
$bottomline_tags = FreshRSS_Context::$conf->bottomline_tags;
$bottomline_date = FreshRSS_Context::$conf->bottomline_date;
$bottomline_link = FreshRSS_Context::$conf->bottomline_link;
?>
- 'entry', 'a' => 'read', 'params' => array('id' => $this->entry->id()));
if ($this->entry->isRead()) {
$arUrl['params']['is_read'] = 0;
}
?>entry->isRead() ? 'read' : 'unread'); ?>
- 'entry', 'a' => 'bookmark', 'params' => array('id' => $this->entry->id()));
if ($this->entry->isFavorite()) {
$arUrl['params']['is_favorite'] = 0;
}
?>entry->isFavorite() ? 'starred' : 'non-starred'); ?>
- entry->link());
$title = urlencode($this->entry->title() . ' · ' . $feed->name());
?>
entry->tags() : null;
if (!empty($tags)) {
?>-
- entry->date(); ?>