From e432b8fbe2a134e14b7e79960b17273c39795789 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 25 Jan 2017 12:17:41 +0300 Subject: implement cache-busting for default theme.css night theme: small fixes --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 66314ad17..6e81bd619 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"); } } ?> -- cgit v1.2.3