diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2008-12-16 08:13:09 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2008-12-16 08:13:09 +0100 |
| commit | 7c33dbd479df8b95c0ec05dcacad0666d9550194 (patch) | |
| tree | 1cf76c816f49dba8cf555c2d217f9480db23f55b /mobile/tt-rss.php | |
| parent | ed0551c27442c87442c4e6ada790eabc8fc34f77 (diff) | |
translations support for mobile version
Diffstat (limited to 'mobile/tt-rss.php')
| -rw-r--r-- | mobile/tt-rss.php | 2 |
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"; |