summaryrefslogtreecommitdiff
path: root/index.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 /index.php
parent2ab097b2e5d0470f39021e2c27252d1ee8f20d94 (diff)
add map files; night.css fixes
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/index.php b/index.php
index add4b47a6..0d4e0f8a6 100644
--- a/index.php
+++ b/index.php
@@ -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")) {