1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-08 12:01:33 +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
define('MOBILE_FEEDLIST_ENABLE_ICONS', false);
define('TTRSS_SESSION_NAME', 'ttrss_m_sid');
@@ -641,7 +641,7 @@
print "<li class='$class'>";
print "<a href=\"?go=vf&id=$feed_id&ts=$id\">$marked_pic</a>";
print "<a href=\"?go=vf&id=$feed&ts=$id\">$marked_pic</a>";
print $content_link;