mobile/classic: remove USER_STYLESHEET_URL
This commit is contained in:
parent
c9b63492fa
commit
7fc715a997
2 changed files with 6 additions and 11 deletions
|
@ -89,11 +89,7 @@
|
||||||
<link rel="stylesheet" type="text/css" href="mobile.css">
|
<link rel="stylesheet" type="text/css" href="mobile.css">
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<script type="text/javascript" src="mobile.js"></script>
|
<script type="text/javascript" src="mobile.js"></script>
|
||||||
|
<?php print_user_stylesheet($link) ?>
|
||||||
<?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 } ?>
|
|
||||||
</head>
|
</head>
|
||||||
<body id="ttrssMobile">
|
<body id="ttrssMobile">
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
|
|
||||||
$subop = $_REQUEST["subop"];
|
$subop = $_REQUEST["subop"];
|
||||||
|
|
||||||
$prefs_blacklist = array("HIDE_READ_FEEDS", "FEEDS_SORT_BY_UNREAD",
|
$prefs_blacklist = array("HIDE_READ_FEEDS", "FEEDS_SORT_BY_UNREAD");
|
||||||
"USER_STYLESHEET_URL");
|
|
||||||
|
|
||||||
$profile_blacklist = array("ALLOW_DUPLICATE_POSTS", "PURGE_OLD_DAYS",
|
$profile_blacklist = array("ALLOW_DUPLICATE_POSTS", "PURGE_OLD_DAYS",
|
||||||
"PURGE_UNREAD_ARTICLES", "DIGEST_ENABLE", "DIGEST_CATCHUP",
|
"PURGE_UNREAD_ARTICLES", "DIGEST_ENABLE", "DIGEST_CATCHUP",
|
||||||
|
|
Loading…
Reference in a new issue