summaryrefslogtreecommitdiff
path: root/mobile/tt-rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/tt-rss.php')
-rw-r--r--mobile/tt-rss.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/mobile/tt-rss.php b/mobile/tt-rss.php
index f13a83105..a52c63f81 100644
--- a/mobile/tt-rss.php
+++ b/mobile/tt-rss.php
@@ -1,4 +1,4 @@
-<?
+<?php
require_once "../config.php";
require_once "functions.php";
require_once "../functions.php";
@@ -59,7 +59,7 @@
<body>
<div id="content">
-<?
+<?php
if (!$go) {
render_feeds_list($link);
} else if ($go == "vf") {
@@ -74,7 +74,7 @@
</div>
<div id="footer">
- <a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?= VERSION ?> &copy; 2005-2006 Andrew Dolgov
+ <a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2006 Andrew Dolgov
</div>
</body>