From d811e4fda609fc250da174444f706e76d5721153 Mon Sep 17 00:00:00 2001 From: Mark Schmitz Date: Fri, 13 Apr 2018 13:21:58 +0100 Subject: [PATCH] load user css at last, after plugin css to enable changing plugin styles --- tpl/default/includes.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tpl/default/includes.html b/tpl/default/includes.html index 2c56d3c..34e0ff0 100644 --- a/tpl/default/includes.html +++ b/tpl/default/includes.html @@ -7,10 +7,10 @@ -{if="is_file('data/user.css')"} - -{/if} {loop="$plugins_includes.css_files"} {/loop} +{if="is_file('data/user.css')"} + +{/if}