|
@@ -49,11 +49,12 @@
|
|
|
$empty = $feed->nbEntries() == 0 ? ' empty' : '';
|
|
$empty = $feed->nbEntries() == 0 ? ' empty' : '';
|
|
|
?>
|
|
?>
|
|
|
<li class="item feed<?= $error, $empty, $feed->mute() ? ' mute' : '' ?>"
|
|
<li class="item feed<?= $error, $empty, $feed->mute() ? ' mute' : '' ?>"
|
|
|
|
|
+ title="<?= $feed->inError() ? _t('sub.feed.error') : '' ?>"
|
|
|
draggable="true"
|
|
draggable="true"
|
|
|
data-feed-id="<?= $feed->id() ?>">
|
|
data-feed-id="<?= $feed->id() ?>">
|
|
|
<a class="configure open-slider" href="<?= _url('subscription', 'feed', 'id', $feed->id()) ?>"><?= _i('configure') ?></a>
|
|
<a class="configure open-slider" href="<?= _url('subscription', 'feed', 'id', $feed->id()) ?>"><?= _i('configure') ?></a>
|
|
|
<?php if (FreshRSS_Context::$user_conf->show_favicons): ?><img class="favicon" src="<?= $feed->favicon() ?>" alt="✇" loading="lazy" /><?php endif; ?>
|
|
<?php if (FreshRSS_Context::$user_conf->show_favicons): ?><img class="favicon" src="<?= $feed->favicon() ?>" alt="✇" loading="lazy" /><?php endif; ?>
|
|
|
- <?= $feed->name() ?>
|
|
|
|
|
|
|
+ <span class="item-title"><?= $feed->name() ?></span>
|
|
|
</li>
|
|
</li>
|
|
|
<?php
|
|
<?php
|
|
|
}
|
|
}
|