Fixes file existence check for user.css

This commit is contained in:
kalvn 2017-05-09 19:09:33 +02:00
parent bf67ac345f
commit 105fb7a2a0
1 changed files with 1 additions and 1 deletions

View File

@ -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"}