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:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user