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 ""; } }