diff --git a/mobile/functions.php b/mobile/functions.php index 0cfad9792..9abedb590 100644 --- a/mobile/functions.php +++ b/mobile/functions.php @@ -26,7 +26,7 @@ if ($num_starred > 0) $class .= "Unread"; - printFeedEntry(-1, $class, "Starred articles", $num_starred, + printMobileFeedEntry(-1, $class, "Starred articles", $num_starred, "../images/mark_set.png", $link); if (get_pref($link, 'ENABLE_FEED_CATS')) { @@ -67,7 +67,7 @@ error_reporting (DEFAULT_ERROR_LEVEL); - printFeedEntry(-$line["id"]-11, + printMobileFeedEntry(-$line["id"]-11, $class, $line["description"], $count, "../images/label.png", $link); } @@ -216,7 +216,7 @@ print "
- Your Feeds - | -
+
- |
-
+
+
+
$go = $_GET["go"];
if (!$go || $go == "Feeds") {
render_feeds_list($link);
+ } else {
+ print "Function not implemented";
}
?>
- |
-