summaryrefslogtreecommitdiff
path: root/mobile/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-05 17:27:48 +0100
committerAndrew Dolgov <[email protected]>2007-03-05 17:27:48 +0100
commit793185a9a51e3c5a104f4addb736b6372516d17e (patch)
tree6806b3f72e0959362cdc9f73476a5b922614fb08 /mobile/functions.php
parent6ada2c303efd52d0486873e231483b45db87ee0d (diff)
mobile: sync login stuff and such with desktop version
Diffstat (limited to 'mobile/functions.php')
-rw-r--r--mobile/functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mobile/functions.php b/mobile/functions.php
index 1d50767e4..86a07bd10 100644
--- a/mobile/functions.php
+++ b/mobile/functions.php
@@ -2,6 +2,8 @@
define('MOBILE_FEEDLIST_ENABLE_ICONS', false);
define('TTRSS_SESSION_NAME', 'ttrss_m_sid');
+ require_once "../gettext/gettext.inc";
+
function render_feeds_list($link) {
$tags = $_GET["tags"];