1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 12:25:56 +00:00

add map files; night.css fixes

This commit is contained in:
Andrew Dolgov
2018-12-04 22:36:01 +03:00
parent 2ab097b2e5
commit a1407b35e4
10 changed files with 2942 additions and 211 deletions

View File

@@ -61,8 +61,6 @@
var __ttrss_version = "<?php echo VERSION ?>"
</script>
<?php echo stylesheet_tag("lib/flat-ttrss/flat.css"); ?>
<?php if ($_SESSION["uid"]) {
$theme = get_pref("USER_CSS_THEME", false, false);
if ($theme && theme_valid("$theme")) {