don't generate default.css, replace with themes/light.css as a default root CSS file
This commit is contained in:
@@ -1753,9 +1753,6 @@
|
||||
}
|
||||
|
||||
function get_theme_path($theme) {
|
||||
if ($theme == "default.php")
|
||||
return "css/default.css";
|
||||
|
||||
$check = "themes/$theme";
|
||||
if (file_exists($check)) return $check;
|
||||
|
||||
|
||||
@@ -207,7 +207,7 @@
|
||||
<head>
|
||||
<title>Startup failed</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="css/default.css">
|
||||
<link rel="stylesheet" type="text/css" href="themes/light.css">
|
||||
</head>
|
||||
<body class='sanity_failed claro ttrss_utility'>
|
||||
<div class="content">
|
||||
|
||||
Reference in New Issue
Block a user