1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-01 14:29:14 +00:00

remove short php tags in mobile version, fix star action in vfeeds

This commit is contained in:
Andrew Dolgov
2006-08-19 09:52:33 +01:00
parent 20862e584f
commit e9e95daec2
6 changed files with 28 additions and 11 deletions

View File

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