summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-20 16:16:34 +0400
committerAndrew Dolgov <[email protected]>2013-05-20 16:16:34 +0400
commit6938c03658b69a214d9df95c0c4a3c9d4f6e236f (patch)
treee75ad1caa9e5556389c41d42dc84c6a3e5469950 /prefs.php
parent6791af0cfdf481e90368b92c358559dcc6944272 (diff)
always include basic layout CSS file to prevent unworkable UI in case of a broken/incompatible theme
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/prefs.php b/prefs.php
index 2cee534b1..fcf21cf2e 100644
--- a/prefs.php
+++ b/prefs.php
@@ -33,6 +33,7 @@
<title>Tiny Tiny RSS : <?php echo __("Preferences") ?></title>
<?php stylesheet_tag("lib/dijit/themes/claro/claro.css"); ?>
+ <?php stylesheet_tag("css/layout.css"); ?>
<?php if ($_SESSION["uid"]) {
$theme = get_pref( "USER_CSS_THEME", $_SESSION["uid"], false);