summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-01 11:57:50 +0100
committerAndrew Dolgov <[email protected]>2006-10-01 11:57:50 +0100
commitc339343b40fafd33a61163a18078cf9f3273ef38 (patch)
treefe4c7152d6b99c72fc7d335d9c89fbf1385aaf28 /tt-rss.php
parentf27d955a58bffbb9f24c82fcca427e0ac7d37312 (diff)
add compact theme
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 9d6a556e9..a71436b98 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -37,17 +37,6 @@
<link type="text/css" href="<?php echo $user_css_url ?>"/>
<?php } ?>
- <?php if (get_pref($link, 'USE_COMPACT_STYLESHEET')) { ?>
-
- <link rel="stylesheet" href="tt-rss_compact.css" type="text/css">
-
- <?php } else { ?>
-
- <link title="Compact Stylesheet" rel="alternate stylesheet"
- type="text/css" href="tt-rss_compact.css"/>
-
- <?php } ?>
-
<!--[if gte IE 5.5000]>
<script type="text/javascript" src="pngfix.js"></script>
<link rel="stylesheet" type="text/css" href="tt-rss-ie.css">