summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/prefs.php b/prefs.php
index 35af49944..16c65e2ad 100644
--- a/prefs.php
+++ b/prefs.php
@@ -36,17 +36,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 } ?>
-
<link rel="shortcut icon" type="image/png" href="images/favicon.png">
<script type="text/javascript" src="prototype.js"></script>