mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 22:01:30 +00:00
fix user css definition in tt-rss.php (closes #116)
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
<?php $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
|
<?php $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
|
||||||
<?php if ($user_css_url) { ?>
|
<?php if ($user_css_url) { ?>
|
||||||
<link type="text/css" href="<?php echo $user_css_url ?>"/>
|
<link rel="stylesheet" type="text/css" href="<?php echo $user_css_url ?>"/>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<!--[if gte IE 5.5000]>
|
<!--[if gte IE 5.5000]>
|
||||||
|
|||||||
Reference in New Issue
Block a user