1
0
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:
Andrew Dolgov
2007-06-08 08:01:42 +01:00
parent 8622758381
commit 0809065e07
3 changed files with 102 additions and 221 deletions

View File

@@ -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");
}