From 105fb7a2a0f46598b7ea423c86a999ef96ace1ec Mon Sep 17 00:00:00 2001 From: kalvn Date: Tue, 9 May 2017 19:09:33 +0200 Subject: [PATCH] Fixes file existence check for user.css --- tpl/default/includes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/default/includes.html b/tpl/default/includes.html index 91c6ca3..0350ef6 100644 --- a/tpl/default/includes.html +++ b/tpl/default/includes.html @@ -11,7 +11,7 @@ -{if="is_file('inc/user.css')"} +{if="is_file('data/user.css')"} {/if} {loop="$plugins_includes.css_files"}