summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-04 22:36:01 +0300
committerAndrew Dolgov <[email protected]>2018-12-04 22:36:01 +0300
commita1407b35e470829f96432328c84d6bb0334995c7 (patch)
treee9150f0a9d6ef2c7e7ee3d21f960cf30212c4757 /prefs.php
parent2ab097b2e5d0470f39021e2c27252d1ee8f20d94 (diff)
add map files; night.css fixes
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/prefs.php b/prefs.php
index 73b61ab07..0b1881ff1 100644
--- a/prefs.php
+++ b/prefs.php
@@ -37,8 +37,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")) {