diff options
author | ArthurHoaro <arthur@hoa.ro> | 2015-07-15 11:47:12 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2015-11-07 15:27:22 +0100 |
commit | 567967fdf94b2b8ba2b2fc9c8836e89ac23c8c71 (patch) | |
tree | 6a8b3b2706b253a782a0b094e977524dccdf68da /tpl/includes.html | |
parent | 0aec972a8bee1689ae79a436ae6e4236022b52ef (diff) | |
download | Shaarli-567967fdf94b2b8ba2b2fc9c8836e89ac23c8c71.tar.gz Shaarli-567967fdf94b2b8ba2b2fc9c8836e89ac23c8c71.tar.zst Shaarli-567967fdf94b2b8ba2b2fc9c8836e89ac23c8c71.zip |
Template upgrade to handle plugin zones
Add a bunch of plugin placeholders in templates
Diffstat (limited to 'tpl/includes.html')
-rw-r--r-- | tpl/includes.html | 3 |
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 | ||