1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

translations support for mobile version

This commit is contained in:
Andrew Dolgov
2008-12-16 08:13:09 +01:00
parent ed0551c274
commit 7c33dbd479
4 changed files with 109 additions and 3 deletions

View File

@@ -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";