mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-05 03:29:14 +00:00
mobile: add search
This commit is contained in:
@@ -66,6 +66,8 @@
|
||||
render_headlines($link);
|
||||
} else if ($go == "view") {
|
||||
render_article($link);
|
||||
} else if ($go == "sform") {
|
||||
render_search_form($link, $_GET["aid"], $_GET["ic"]);
|
||||
} else {
|
||||
print __("Internal error: Function not implemented");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user