From 5bbc4bb4b04519036946db961ddea551fdf2eb6c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 19 May 2013 21:22:01 +0400 Subject: move stylesheets to css/, reference default tt-rss stylesheets from default.css to make custom themes easier --- classes/article.php | 2 +- classes/handler/public.php | 8 ++++---- classes/opml.php | 2 +- classes/pref/prefs.php | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'classes') diff --git a/classes/article.php b/classes/article.php index e9f86f298..398132d12 100644 --- a/classes/article.php +++ b/classes/article.php @@ -44,7 +44,7 @@ class Article extends Handler_Protected { } else if ($mode == "raw") { if ($_REQUEST['html']) { header("Content-Type: text/html"); - print ''; + print ''; } $article = format_article($id, false); diff --git a/classes/handler/public.php b/classes/handler/public.php index 7fa744107..3e868d56e 100644 --- a/classes/handler/public.php +++ b/classes/handler/public.php @@ -382,7 +382,7 @@ class Handler_Public extends Handler { header('Content-Type: text/html; charset=utf-8'); print "Tiny Tiny RSS"; - stylesheet_tag("utility.css"); + stylesheet_tag("css/utility.css"); javascript_tag("lib/prototype.js"); javascript_tag("lib/scriptaculous/scriptaculous.js?load=effects,dragdrop,controls"); print " @@ -553,7 +553,7 @@ class Handler_Public extends Handler { print " Tiny Tiny RSS - + @@ -735,7 +735,7 @@ class Handler_Public extends Handler { header('Content-Type: text/html; charset=utf-8'); print "Tiny Tiny RSS"; - stylesheet_tag("utility.css"); + stylesheet_tag("css/utility.css"); javascript_tag("lib/prototype.js"); print " @@ -835,7 +835,7 @@ class Handler_Public extends Handler { Database Updater - +