summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-06-07 09:32:34 +0100
committerAndrew Dolgov <[email protected]>2007-06-07 09:32:34 +0100
commit848d0623bffaf20433a9f314613aaaf71a1c3a32 (patch)
tree442d8a4d7f15505ff3d169029e7f67d8bb3b271b /mobile
parent03c88bdd9442da02dd9d9b8582444e0fa6d6da2c (diff)
mobile version fixes
Diffstat (limited to 'mobile')
-rw-r--r--mobile/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/functions.php b/mobile/functions.php
index bec74d180..a8e3a099b 100644
--- a/mobile/functions.php
+++ b/mobile/functions.php
@@ -2,7 +2,7 @@
define('MOBILE_FEEDLIST_ENABLE_ICONS', false);
define('TTRSS_SESSION_NAME', 'ttrss_m_sid');
- require_once "../gettext/gettext.inc";
+ define ('TW_PATH', '../tw/');
function render_feeds_list($link) {