summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-04 20:17:50 +0300
committerAndrew Dolgov <[email protected]>2018-12-04 20:17:50 +0300
commit88b8830a6bec4bb2278f410fd1e645d8289a99e9 (patch)
treec0319292880cf3cab7fc2bac97885a982bd37276 /prefs.php
parent6befff30d7aeb93e3693ac94f234886147ee5e48 (diff)
various CSS updates for flat 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 35addd318..ad2fbff25 100644
--- a/prefs.php
+++ b/prefs.php
@@ -37,7 +37,7 @@
var __ttrss_version = "<?php echo VERSION ?>"
</script>
- <?php echo stylesheet_tag("lib/flat/flat.css"); ?>
+ <?php echo stylesheet_tag("lib/dijit-themes/flat/flat.css"); ?>
<?php if ($_SESSION["uid"]) {
$theme = get_pref("USER_CSS_THEME", false, false);