summaryrefslogtreecommitdiff
path: root/mobile/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-06-08 08:01:42 +0100
committerAndrew Dolgov <[email protected]>2007-06-08 08:01:42 +0100
commit0809065e077be405fec8db2cae2e569bb3efcc35 (patch)
tree329618acae0012afcae912a90a9a279b5a8669c2 /mobile/tt-rss.php
parent86227583815895fe125045b2b2bed5bd0ef8a8f4 (diff)
mobile: add search
Diffstat (limited to 'mobile/tt-rss.php')
-rw-r--r--mobile/tt-rss.php2
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");
}