From: Andrew Dolgov Date: Thu, 17 Dec 2009 19:08:09 +0000 (+0300) Subject: mobile: enable Labels X-Git-Tag: 1.4.0~170 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=17fd15be7a9efb1da829fe1325b7aed74425f913;p=tt-rss.git mobile: enable Labels --- diff --git a/mobile/functions.php b/mobile/functions.php index e07225da..71baa08d 100644 --- a/mobile/functions.php +++ b/mobile/functions.php @@ -67,6 +67,8 @@ print ""; } else if ($cat_id == -1) { + $title = __('Special'); + print ""; + } else if ($cat_id == -2) { + + $title = __('Labels'); + + print ""; } }