Tags: $f_tags_str
";
- }
-
- if (get_pref($link, 'OPEN_LINKS_IN_NEW_WINDOW')) {
- $line["content"] = preg_replace("/href=/i", "target=\"_new\" href=", $line["content"]);
- }
-
- print $line["content"] . "Tiny Tiny RSS
diff --git a/mobile/functions.php b/mobile/functions.php index 2850aff70..89314ad7c 100644 --- a/mobile/functions.php +++ b/mobile/functions.php @@ -26,10 +26,8 @@ function render_feeds_list($link, $tags = false) { - print "
"; - print "$marked_pic | "; - - print "$content_link";
+ print " | — $updated_fmt";
+
+ print "";
- print "
" . $line["title"] . - "$entry_author | "; - $parsed_updated = date(get_pref($link, 'LONG_DATE_FORMAT'), strtotime($line["updated"])); - - print "$parsed_updated | "; - - print "
- $entry_comments | -$tags_str |