diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-05-09 19:33:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-09 19:33:11 +0200 |
commit | 6b32719fafc02ea14f67e990b38ad5b79afec4b4 (patch) | |
tree | a87d07de6ced6b3171efdfe7aa366497280eb852 /tpl | |
parent | bf67ac345f588130e98e784b4ee4740b0dad83fc (diff) | |
parent | 105fb7a2a0f46598b7ea423c86a999ef96ace1ec (diff) | |
download | Shaarli-6b32719fafc02ea14f67e990b38ad5b79afec4b4.tar.gz Shaarli-6b32719fafc02ea14f67e990b38ad5b79afec4b4.tar.zst Shaarli-6b32719fafc02ea14f67e990b38ad5b79afec4b4.zip |
Merge pull request #870 from kalvn/fixusercss
Fixes file existence check for user.css
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/default/includes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/includes.html b/tpl/default/includes.html index 91c6ca3b..0350ef66 100644 --- a/tpl/default/includes.html +++ b/tpl/default/includes.html | |||
@@ -11,7 +11,7 @@ | |||
11 | <link type="text/css" rel="stylesheet" href="css/font-awesome.min.css" /> | 11 | <link type="text/css" rel="stylesheet" href="css/font-awesome.min.css" /> |
12 | <link type="text/css" rel="stylesheet" href="inc/awesomplete.css#" /> | 12 | <link type="text/css" rel="stylesheet" href="inc/awesomplete.css#" /> |
13 | <link type="text/css" rel="stylesheet" href="css/shaarli.css" /> | 13 | <link type="text/css" rel="stylesheet" href="css/shaarli.css" /> |
14 | {if="is_file('inc/user.css')"} | 14 | {if="is_file('data/user.css')"} |
15 | <link type="text/css" rel="stylesheet" href="data/user.css#" /> | 15 | <link type="text/css" rel="stylesheet" href="data/user.css#" /> |
16 | {/if} | 16 | {/if} |
17 | {loop="$plugins_includes.css_files"} | 17 | {loop="$plugins_includes.css_files"} |