From 17fd15be7a9efb1da829fe1325b7aed74425f913 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 Dec 2009 22:08:09 +0300 Subject: mobile: enable Labels --- mobile/functions.php | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'mobile/functions.php') diff --git a/mobile/functions.php b/mobile/functions.php index e07225da7..71baa08d1 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 ""; } } -- cgit v1.2.3