summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-04-02 08:15:33 +0000
committerAndrew Dolgov <[email protected]>2014-04-02 08:15:33 +0000
commit50e04efdc854fc58fab9692f0d6d4b83e60d79c7 (patch)
tree7816ea46238e0655a40ca3fd9e01508342679f18 /include/functions.php
parent98c7f6299ac8b4b323646239dba4175e57ac18b3 (diff)
expand filtertree display to make filters easier to distinguish
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php
index 5af20aa14..1390d8185 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -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) {