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

mobile: add some translations

This commit is contained in:
Andrew Dolgov
2008-12-16 07:43:49 +01:00
parent 1b74062fc5
commit e0142e27ec
5 changed files with 37 additions and 34 deletions

View File

@@ -8,10 +8,9 @@
require_once "../sessions.php";
require_once "../version.php";
require_once "../config.php";
require_once "../db-prefs.php";
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
init_connection($link);
@@ -119,7 +118,7 @@
<?php if (!$go) { ?>
<div id="footer">
<a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a>
<a href="http://tt-rss.org/">Tiny-Tiny RSS</a>
<?php if (!defined('HIDE_VERSION')) { ?>
v<?php echo VERSION ?>
<?php } ?>