$line["title"], "content" => $content_preview, "feed" => $feed_title)); $found++; } if ($found >= 30) break; } if ($found == 0) { print __("No recent articles matching this filter has been found."); } else { print __("Recent articles matching this filter:"); print "
"; print " | "; print $article["title"]; print " ("; print "" . $article["feed"] . ""; print "): "; print "" . $article["content"] . ""; print " |