Merge pull request #870 from kalvn/fixusercss
Fixes file existence check for user.css
This commit is contained in:
commit
6b32719faf
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
<link type="text/css" rel="stylesheet" href="css/font-awesome.min.css" />
|
||||
<link type="text/css" rel="stylesheet" href="inc/awesomplete.css#" />
|
||||
<link type="text/css" rel="stylesheet" href="css/shaarli.css" />
|
||||
{if="is_file('inc/user.css')"}
|
||||
{if="is_file('data/user.css')"}
|
||||
<link type="text/css" rel="stylesheet" href="data/user.css#" />
|
||||
{/if}
|
||||
{loop="$plugins_includes.css_files"}
|
||||
|
|
Loading…
Reference in a new issue