mobile/classic: remove USER_STYLESHEET_URL

This commit is contained in:
Andrew Dolgov 2011-03-29 16:00:06 +04:00
parent c9b63492fa
commit 7fc715a997
2 changed files with 6 additions and 11 deletions

View file

@ -89,11 +89,7 @@
<link rel="stylesheet" type="text/css" href="mobile.css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript" src="mobile.js"></script>
<?php $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
<?php if ($user_css_url) { ?>
<link rel="stylesheet" type="text/css" href="<?php echo $user_css_url ?>"/>
<?php } ?>
<?php print_user_stylesheet($link) ?>
</head>
<body id="ttrssMobile">

View file

@ -5,8 +5,7 @@
$subop = $_REQUEST["subop"];
$prefs_blacklist = array("HIDE_READ_FEEDS", "FEEDS_SORT_BY_UNREAD",
"USER_STYLESHEET_URL");
$prefs_blacklist = array("HIDE_READ_FEEDS", "FEEDS_SORT_BY_UNREAD");
$profile_blacklist = array("ALLOW_DUPLICATE_POSTS", "PURGE_OLD_DAYS",
"PURGE_UNREAD_ARTICLES", "DIGEST_ENABLE", "DIGEST_CATCHUP",