aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/includes.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/includes.html')
-rw-r--r--tpl/includes.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/tpl/includes.html b/tpl/includes.html
index 623e19ed..bdf3a07d 100644
--- a/tpl/includes.html
+++ b/tpl/includes.html
@@ -8,3 +8,6 @@
8<link type="text/css" rel="stylesheet" href="../inc/reset.css" /> 8<link type="text/css" rel="stylesheet" href="../inc/reset.css" />
9<link type="text/css" rel="stylesheet" href="../inc/shaarli.css" /> 9<link type="text/css" rel="stylesheet" href="../inc/shaarli.css" />
10{if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="../inc/user.css" />{/if} 10{if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="../inc/user.css" />{/if}
11{loop="$plugins_includes.css_files"}
12<link type="text/css" rel="stylesheet" href="{$value}#"/>
13{/loop} \ No newline at end of file