diff --git a/mobile/functions.php b/mobile/functions.php index 51809c77f..2850aff70 100644 --- a/mobile/functions.php +++ b/mobile/functions.php @@ -1,7 +1,37 @@ " . $line["description"] . ""; + } + } + + $result = db_query($link, "SELECT id,title + FROM ttrss_feeds WHERE ttrss_feeds.owner_uid = '$owner_uid' + ORDER BY title"); + + while ($line = db_fetch_assoc($result)) { + print ""; + } + + } + function render_feeds_list($link, $tags = false) { + print "
Logout »
"; + + print "
"; + print "My feeds"; + print "
"; + print "