|
|
@@ -58,7 +58,7 @@
|
|
|
$unreadArticles += $cat->nbNotRead();
|
|
|
?>
|
|
|
<div class="box category" data-unread="<?= $cat->nbNotRead() ?>">
|
|
|
- <div class="box-title"><a class="title" data-unread="<?= format_number($cat->nbNotRead()) ?>"
|
|
|
+ <div class="box-title"><a class="title open-panel" data-unread="<?= format_number($cat->nbNotRead()) ?>"
|
|
|
href="<?= Minz_Url::display($url_base) ?>"><h2><?= $cat->name() ?></h2></a></div>
|
|
|
|
|
|
<ul class="box-content scrollbar-thin">
|
|
|
@@ -86,7 +86,7 @@
|
|
|
<li id="f_<?= $feed->id() ?>" class="item feed<?= $error_class, $empty_class, $mute_class ?>" title="<?= $error_title, $empty_title ?>"
|
|
|
data-unread="<?= $feed->nbNotRead() ?>" data-priority="<?= $feed->priority() ?>">
|
|
|
<?php if (FreshRSS_Context::userConf()->show_favicons): ?><img class="favicon" src="<?= $feed->favicon() ?>" alt="✇" loading="lazy" /><?php endif; ?>
|
|
|
- <a class="item-title" data-unread="<?= format_number($feed->nbNotRead()) ?>" href="<?= Minz_Url::display($url_base) ?>"><?= $feed->name() ?></a>
|
|
|
+ <a class="item-title open-panel" data-unread="<?= format_number($feed->nbNotRead()) ?>" href="<?= Minz_Url::display($url_base) ?>"><?= $feed->name() ?></a>
|
|
|
</li>
|
|
|
<?php } ?>
|
|
|
</ul>
|