diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-05-19 21:22:01 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-05-19 21:22:01 +0400 |
| commit | 5bbc4bb4b04519036946db961ddea551fdf2eb6c (patch) | |
| tree | 78bc9a94551c8899ac2c1479811fedd568e8dd00 /classes/opml.php | |
| parent | a5eca8875078f7fea55e009a47694a2111354ae6 (diff) | |
move stylesheets to css/, reference default tt-rss stylesheets from
default.css to make custom themes easier
Diffstat (limited to 'classes/opml.php')
| -rw-r--r-- | classes/opml.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/opml.php b/classes/opml.php index 3f4030dea..b37b72c21 100644 --- a/classes/opml.php +++ b/classes/opml.php @@ -24,7 +24,7 @@ class Opml extends Handler_Protected { print "<html> <head> - <link rel=\"stylesheet\" href=\"utility.css\" type=\"text/css\"> + <link rel=\"stylesheet\" href=\"css/utility.css\" type=\"text/css\"> <title>".__("OPML Utility")."</title> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/> </head> |