|
|
@@ -27,7 +27,9 @@
|
|
|
?></li><?php
|
|
|
}
|
|
|
}
|
|
|
- ?><li class="item website"><a href="<?= _url('index', 'index', 'get', 'f_' . $this->feed->id()) ?>"><img class="favicon" src="<?= $this->feed->favicon() ?>" alt="✇" /> <span><?= $this->feed->name() ?></span></a></li>
|
|
|
+ ?><li class="item website"><a href="<?= _url('index', 'index', 'get', 'f_' . $this->feed->id()) ?>">
|
|
|
+ <?php if (FreshRSS_Context::$user_conf->show_favicons): ?><img class="favicon" src="<?= $this->feed->favicon() ?>" alt="✇" /><?php endif; ?>
|
|
|
+ <span><?= $this->feed->name() ?></span></a></li>
|
|
|
<li class="item title" dir="auto"><a target="_blank" rel="noreferrer" href="<?= $this->entry->link() ?>"><?= $this->entry->title() ?><?php
|
|
|
if ($topline_display_authors):
|
|
|
?><span class="author"><?php
|