diff --git a/mobile/functions.php b/mobile/functions.php
index 3d67f4a23..0bd65082a 100644
--- a/mobile/functions.php
+++ b/mobile/functions.php
@@ -458,7 +458,13 @@
} else {
$marked_pic = "
";
}
-
+
+ if ($line["published"] == "t" || $line["published"] == "1") {
+ $published_pic = "
";
+ } else {
+ $published_pic = "
";
+ }
+
$content_link = "" .
$line["title"] . "";
@@ -472,6 +478,7 @@
print "