aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMark Schmitz <kramred@gmail.com>2018-04-13 13:21:58 +0100
committerMark Schmitz <kramred@gmail.com>2018-04-13 13:21:58 +0100
commitd811e4fda609fc250da174444f706e76d5721153 (patch)
tree39340c4e30017563da4781faaaff49c6bb5f2818
parent237e7836c0adfd42b8c628e32af69a05c983ef0b (diff)
downloadShaarli-d811e4fda609fc250da174444f706e76d5721153.tar.gz
Shaarli-d811e4fda609fc250da174444f706e76d5721153.tar.zst
Shaarli-d811e4fda609fc250da174444f706e76d5721153.zip
load user css at last, after plugin css to enable changing plugin styles
-rw-r--r--tpl/default/includes.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/default/includes.html b/tpl/default/includes.html
index 2c56d3c9..34e0ff01 100644
--- a/tpl/default/includes.html
+++ b/tpl/default/includes.html
@@ -7,10 +7,10 @@
7<link href="img/favicon.png" rel="shortcut icon" type="image/png" /> 7<link href="img/favicon.png" rel="shortcut icon" type="image/png" />
8<link href="img/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180" /> 8<link href="img/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180" />
9<link type="text/css" rel="stylesheet" href="css/shaarli.min.css?v={$version_hash}" /> 9<link type="text/css" rel="stylesheet" href="css/shaarli.min.css?v={$version_hash}" />
10{if="is_file('data/user.css')"}
11 <link type="text/css" rel="stylesheet" href="data/user.css#" />
12{/if}
13{loop="$plugins_includes.css_files"} 10{loop="$plugins_includes.css_files"}
14 <link type="text/css" rel="stylesheet" href="{$value}?v={$version_hash}#"/> 11 <link type="text/css" rel="stylesheet" href="{$value}?v={$version_hash}#"/>
15{/loop} 12{/loop}
13{if="is_file('data/user.css')"}
14 <link type="text/css" rel="stylesheet" href="data/user.css#" />
15{/if}
16<link rel="search" type="application/opensearchdescription+xml" href="?do=opensearch#" title="Shaarli search - {$shaarlititle}"/> 16<link rel="search" type="application/opensearchdescription+xml" href="?do=opensearch#" title="Shaarli search - {$shaarlititle}"/>