From 848d0623bffaf20433a9f314613aaaf71a1c3a32 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 7 Jun 2007 09:32:34 +0100 Subject: [PATCH] mobile version fixes --- mobile/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/functions.php b/mobile/functions.php index bec74d18..a8e3a099 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) { -- 2.39.5