]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.php
rework user CSS support (bump schema)
[tt-rss.git] / prefs.php
index 972e577ca6840ee6225dda5ed9e63fb839560330..891b9c8aaa092a6d607422b107b42bc9625b313f 100644 (file)
--- a/prefs.php
+++ b/prefs.php
        <link rel="stylesheet" type="text/css" href="lib/dijit/themes/claro/claro.css"/>
 
        <?php print_theme_includes($link) ?>
+       <?php print_user_stylesheet($link) ?>
        
-       <?php $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
-       <?php if ($user_css_url) { ?>
-               <link type="text/css" href="<?php echo $user_css_url ?>"/> 
-       <?php } ?>
-
        <link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
 
        <script type="text/javascript" src="lib/prototype.js"></script>