X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=index.php;h=6e81bd619a9aa7ff94738aedf6f9da2c84f55fed;hb=e432b8fbe2a134e14b7e79960b17273c39795789;hp=66314ad17d2271b653e7822989529a6c8234d9b8;hpb=7c04f8afebd9eec1114773a06ebffd9a827a3d98;p=tt-rss.git diff --git a/index.php b/index.php index 66314ad1..6e81bd61 100644 --- a/index.php +++ b/index.php @@ -68,7 +68,7 @@ if ($theme && theme_valid("$theme")) { echo stylesheet_tag(get_theme_path($theme)); } else { - echo stylesheet_tag("themes/default.css"); + echo stylesheet_tag("themes/default.php"); } } ?>