diff --git a/backend.php b/backend.php index e143849a6..0d66052e8 100644 --- a/backend.php +++ b/backend.php @@ -124,43 +124,6 @@ function outputFeedList($link, $tags = false) { -/* print " - Tiny Tiny RSS : Feedlist - "; - - $user_theme = $_SESSION["theme"]; - if ($user_theme) { - print ""; - } - - if (get_pref($link, 'USE_COMPACT_STYLESHEET')) { - print ""; - } else { - print ""; - } - - $script_dt_add = get_script_dt_add(); - - print " - - - - - - - "; */ - print ""; -# print ' -# '; } @@ -520,32 +468,6 @@ FROM ttrss_entries,ttrss_user_entries WHERE id = '$id' AND ref_id = id AND owner_uid = " . $_SESSION["uid"]); -/* print " - Tiny Tiny RSS : Article $id - "; - - $user_theme = $_SESSION["theme"]; - if ($user_theme) { - print ""; - } - - if (get_pref($link, 'USE_COMPACT_STYLESHEET')) { - print ""; - } else { - print ""; - } - - $script_dt_add = get_script_dt_add(); - - print " - - - - "; */ - if ($result) { $link_target = ""; @@ -660,16 +582,7 @@ print ""; - print ""; } - -// print ""; } if ($op == "viewfeed") { @@ -683,25 +596,6 @@ if ($subop == "undefined") $subop = ""; -/* print " - Tiny Tiny RSS : Feed $feed - "; - - $user_theme = $_SESSION["theme"]; - if ($user_theme) { - print ""; - } - - if (get_pref($link, 'USE_COMPACT_STYLESHEET')) { - print ""; - - } else { - print ""; - } */ - if ($subop == "CatchupSelected") { $ids = split(",", db_escape_string($_GET["ids"])); $cmode = sprintf("%d", $_GET["cmode"]); @@ -970,38 +864,6 @@ } print ""; - -# print " -# "; -# -# print ""; } if ($op == "pref-feeds") {