mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
add compact theme
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user