summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/prefs.php b/prefs.php
index 82f23f583..bffd5cdf5 100644
--- a/prefs.php
+++ b/prefs.php
@@ -38,14 +38,13 @@
</script>
<?php echo stylesheet_tag("lib/dijit/themes/claro/claro.css"); ?>
- <?php echo stylesheet_tag("css/layout.css"); ?>
<?php if ($_SESSION["uid"]) {
$theme = get_pref( "USER_CSS_THEME", $_SESSION["uid"], false);
if ($theme && theme_valid("$theme")) {
echo stylesheet_tag(get_theme_path($theme));
} else {
- echo stylesheet_tag("themes/default.php");
+ echo stylesheet_tag("css/default.css");
}
}
?>
@@ -93,7 +92,7 @@
}
}
- print get_minified_js(array("functions", "deprecated", "prefs"));
+ print get_minified_js(["functions.js", "prefs.js"]);
init_js_translations();
?>
@@ -109,7 +108,7 @@
</head>
-<body id="ttrssPrefs" class="claro">
+<body class="claro ttrss_main ttrss_prefs">
<div id="notify" class="notify"></div>
<div id="cmdline" style="display : none"></div>