diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2007-06-08 08:01:42 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2007-06-08 08:01:42 +0100 |
| commit | 0809065e077be405fec8db2cae2e569bb3efcc35 (patch) | |
| tree | 329618acae0012afcae912a90a9a279b5a8669c2 /mobile/tt-rss.php | |
| parent | 86227583815895fe125045b2b2bed5bd0ef8a8f4 (diff) | |
mobile: add search
Diffstat (limited to 'mobile/tt-rss.php')
| -rw-r--r-- | mobile/tt-rss.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mobile/tt-rss.php b/mobile/tt-rss.php index d75796a39..637e5d559 100644 --- a/mobile/tt-rss.php +++ b/mobile/tt-rss.php @@ -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"); } |