From 430bf183c5d633b29065333c0f878c6cf67d4547 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 16 Nov 2005 10:20:11 +0100 Subject: rework compact stylesheet support --- backend.php | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 2ed2f9266..3a1550908 100644 --- a/backend.php +++ b/backend.php @@ -133,8 +133,17 @@ print " Tiny Tiny RSS : Feedlist - - + "; + + if (USE_COMPACT_STYLESHEET) { + print ""; + } else { + print ""; + } + + print " "; @@ -482,8 +491,17 @@ if ($addheader) { print " Tiny Tiny RSS : Feed $feed - - + "; + + if (USE_COMPACT_STYLESHEET) { + print ""; + + } else { + print ""; + } + print " "; -- cgit v1.2.3