summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-19 21:22:01 +0400
committerAndrew Dolgov <[email protected]>2013-05-19 21:22:01 +0400
commit5bbc4bb4b04519036946db961ddea551fdf2eb6c (patch)
tree78bc9a94551c8899ac2c1479811fedd568e8dd00 /include
parenta5eca8875078f7fea55e009a47694a2111354ae6 (diff)
move stylesheets to css/, reference default tt-rss stylesheets from
default.css to make custom themes easier
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
-rw-r--r--include/login_form.php2
-rw-r--r--include/sanity_check.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/functions.php b/include/functions.php
index 2a8c23b5d..328b00c8a 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -3126,7 +3126,7 @@
$rv['content'] .= "<html><head>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>
<title>Tiny Tiny RSS - ".$line["title"]."</title>
- <link rel=\"stylesheet\" type=\"text/css\" href=\"tt-rss.css\">
+ <link rel=\"stylesheet\" type=\"text/css\" href=\"css/tt-rss.css\">
</head><body id=\"ttrssZoom\">";
}
diff --git a/include/login_form.php b/include/login_form.php
index ba31615ea..0637c453a 100644
--- a/include/login_form.php
+++ b/include/login_form.php
@@ -2,7 +2,7 @@
<head>
<title>Tiny Tiny RSS : Login</title>
<link rel="stylesheet" type="text/css" href="lib/dijit/themes/claro/claro.css"/>
- <link rel="stylesheet" type="text/css" href="tt-rss.css">
+ <link rel="stylesheet" type="text/css" href="css/tt-rss.css">
<link rel="shortcut icon" type="image/png" href="images/favicon.png">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript" src="lib/dojo/dojo.js"></script>
diff --git a/include/sanity_check.php b/include/sanity_check.php
index b2888b1d7..29e53fa33 100644
--- a/include/sanity_check.php
+++ b/include/sanity_check.php
@@ -160,7 +160,7 @@
<head>
<title>Startup failed</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <link rel="stylesheet" type="text/css" href="utility.css">
+ <link rel="stylesheet" type="text/css" href="css/utility.css">
</head>
<body>
<div class="floatingLogo"><img src="images/logo_small.png"></div>