mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:25:55 +00:00
upd: default css url if no theme
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
if ($theme && theme_valid("$theme")) {
|
if ($theme && theme_valid("$theme")) {
|
||||||
echo stylesheet_tag(get_theme_path($theme));
|
echo stylesheet_tag(get_theme_path($theme));
|
||||||
} else {
|
} else {
|
||||||
echo stylesheet_tag("themes/default.php");
|
echo stylesheet_tag("css/default.css");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
if ($theme && theme_valid("$theme")) {
|
if ($theme && theme_valid("$theme")) {
|
||||||
echo stylesheet_tag(get_theme_path($theme));
|
echo stylesheet_tag(get_theme_path($theme));
|
||||||
} else {
|
} else {
|
||||||
echo stylesheet_tag("themes/default.php");
|
echo stylesheet_tag("css/default.css");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user