summaryrefslogtreecommitdiff
path: root/index.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 /index.php
parent6791af0cfdf481e90368b92c358559dcc6944272 (diff)
always include basic layout CSS file to prevent unworkable UI in case of a broken/incompatible theme
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index c3fe770f5..8dae2831f 100644
--- a/index.php
+++ b/index.php
@@ -57,6 +57,7 @@
<title>Tiny Tiny RSS</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);