summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-04 22:24:31 +0300
committerAndrew Dolgov <[email protected]>2018-12-04 22:24:31 +0300
commit2ab097b2e5d0470f39021e2c27252d1ee8f20d94 (patch)
tree0f149e6fc7a8a112c71e7cb0f48816ec5e09f891 /prefs.php
parent88b8830a6bec4bb2278f410fd1e645d8289a99e9 (diff)
initial work for flat modern theme
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index ad2fbff25..73b61ab07 100644
--- a/prefs.php
+++ b/prefs.php
@@ -37,7 +37,7 @@
var __ttrss_version = "<?php echo VERSION ?>"
</script>
- <?php echo stylesheet_tag("lib/dijit-themes/flat/flat.css"); ?>
+ <?php echo stylesheet_tag("lib/flat-ttrss/flat.css"); ?>
<?php if ($_SESSION["uid"]) {
$theme = get_pref("USER_CSS_THEME", false, false);