summaryrefslogtreecommitdiff
path: root/classes/handler
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-03 12:49:40 +0300
committerAndrew Dolgov <[email protected]>2017-12-03 12:50:07 +0300
commit5e68e24679e9a2248a3c28c8a4078b4bdad09f9c (patch)
tree673e36c0be03613d2bb2cec27ee61b3bcfed9242 /classes/handler
parent4dc3f7e7790a4a1dff2a260a7c81c79e9f94acb3 (diff)
css/less updates
Diffstat (limited to 'classes/handler')
-rw-r--r--classes/handler/public.php14
1 files changed, 8 insertions, 6 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index 8b513df67..9fccf884b 100644
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -538,14 +538,16 @@ class Handler_Public extends Handler {
header('Content-Type: text/html; charset=utf-8');
print "<html>
<head>
- <title>Tiny Tiny RSS</title>
- <link rel=\"stylesheet\" type=\"text/css\" href=\"css/utility.css\">
- <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>
- <link rel=\"shortcut icon\" type=\"image/png\" href=\"images/favicon.png\">
- <link rel=\"icon\" type=\"image/png\" sizes=\"72x72\" href=\"images/favicon-72px.png\">
+ <title>Tiny Tiny RSS</title>";
+ print stylesheet_tag("css/utility.css");
+ print stylesheet_tag("css/default.css");
+
+ print "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>
+ <link rel=\"shortcut icon\" type=\"image/png\" href=\"images/favicon.png\">
+ <link rel=\"icon\" type=\"image/png\" sizes=\"72x72\" href=\"images/favicon-72px.png\">
</head>
- <body>
+ <body class='claro'>
<img class=\"floatingLogo\" src=\"images/logo_small.png\"
alt=\"Tiny Tiny RSS\"/>
<h1>".__("Subscribe to feed...")."</h1><div class='content'>";