mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 16:45:55 +00:00
expand filtertree display to make filters easier to distinguish
This commit is contained in:
@@ -1965,6 +1965,8 @@
|
||||
function getFeedTitle($id, $cat = false) {
|
||||
if ($cat) {
|
||||
return getCategoryTitle($id);
|
||||
} else if ($id == 0) {
|
||||
return __("All feeds");
|
||||
} else if ($id == -1) {
|
||||
return __("Starred articles");
|
||||
} else if ($id == -2) {
|
||||
|
||||
Reference in New Issue
Block a user