summaryrefslogtreecommitdiff
path: root/prefs.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 /prefs.php
parentf27d955a58bffbb9f24c82fcca427e0ac7d37312 (diff)
add compact theme
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>