aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/includes.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-01-14 16:43:32 +0100
committerArthurHoaro <arthur@hoa.ro>2017-01-14 16:43:32 +0100
commit7282418baa20861dd8132524bc99be65ed9c1c24 (patch)
tree15886b23a1223128ee9a416f4123e456bb49d531 /tpl/default/includes.html
parent3ee5c69777af4d5b20cfd8e89e1cc3cf13f640eb (diff)
downloadShaarli-7282418baa20861dd8132524bc99be65ed9c1c24.tar.gz
Shaarli-7282418baa20861dd8132524bc99be65ed9c1c24.tar.zst
Shaarli-7282418baa20861dd8132524bc99be65ed9c1c24.zip
Move user.css to data folder
Diffstat (limited to 'tpl/default/includes.html')
-rw-r--r--tpl/default/includes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/includes.html b/tpl/default/includes.html
index c3b837f5..17b78b17 100644
--- a/tpl/default/includes.html
+++ b/tpl/default/includes.html
@@ -8,7 +8,7 @@
8<link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" /> 8<link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" />
9<link type="text/css" rel="stylesheet" href="css/reset.css" /> 9<link type="text/css" rel="stylesheet" href="css/reset.css" />
10<link type="text/css" rel="stylesheet" href="css/shaarli.css" /> 10<link type="text/css" rel="stylesheet" href="css/shaarli.css" />
11{if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="inc/user.css#" />{/if} 11{if="is_file('data/user.css')"}<link type="text/css" rel="stylesheet" href="data/user.css#" />{/if}
12{loop="$plugins_includes.css_files"} 12{loop="$plugins_includes.css_files"}
13<link type="text/css" rel="stylesheet" href="{$value}#"/> 13<link type="text/css" rel="stylesheet" href="{$value}#"/>
14{/loop} 14{/loop}