summaryrefslogtreecommitdiff
path: root/mobile/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-12-16 08:13:09 +0100
committerAndrew Dolgov <[email protected]>2008-12-16 08:13:09 +0100
commit7c33dbd479df8b95c0ec05dcacad0666d9550194 (patch)
tree1cf76c816f49dba8cf555c2d217f9480db23f55b /mobile/tt-rss.php
parented0551c27442c87442c4e6ada790eabc8fc34f77 (diff)
translations support for mobile version
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 a23bc8b6a..9521e66dc 100644
--- a/mobile/tt-rss.php
+++ b/mobile/tt-rss.php
@@ -1,6 +1,8 @@
<?php
error_reporting(E_ERROR | E_WARNING | E_PARSE);
+ define('MOBILE_VERSION', true);
+
require_once "../config.php";
require_once "functions.php";
require_once "../functions.php";