1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:05:55 +00:00

split feedbrowser into a separate file

This commit is contained in:
Andrew Dolgov
2012-12-24 15:58:29 +04:00
parent f16116834e
commit 55c7f0923e
4 changed files with 116 additions and 111 deletions

View File

@@ -338,6 +338,8 @@ class Dlg extends Handler_Protected {
$owner_uid = $_SESSION["uid"];
require_once "feedbrowser.php";
print "<ul class='browseFeedList' id='browseFeedList'>";
print make_feed_browser($this->link, $search, 25);
print "</ul>";