always include basic layout CSS file to prevent unworkable UI in case of a broken/incompatible theme

This commit is contained in:
Andrew Dolgov
2013-05-20 16:16:34 +04:00
parent 6791af0cfd
commit 6938c03658
4 changed files with 9 additions and 9 deletions

View File

@@ -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);