From 9123c2efd67c6055db36ce1960045aa4dfa48417 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 25 Jul 2008 10:31:08 +0100 Subject: mobile: show footer only when displaying feeds --- mobile/functions.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mobile/functions.php') diff --git a/mobile/functions.php b/mobile/functions.php index 070559eef..606a42a2f 100644 --- a/mobile/functions.php +++ b/mobile/functions.php @@ -506,15 +506,15 @@ } if ($line["marked"] == "t" || $line["marked"] == "1") { - $marked_pic = ""; + $marked_pic = "\"S\""; } else { - $marked_pic = ""; + $marked_pic = "\"s\""; } if ($line["published"] == "t" || $line["published"] == "1") { - $published_pic = ""; + $published_pic = "\"P\""; } else { - $published_pic = ""; + $published_pic = "\"p\""; } $content_link = "" . -- cgit v1.2.3