Move user.css to data folder

This commit is contained in:
ArthurHoaro 2017-01-14 16:43:32 +01:00
parent 3ee5c69777
commit 7282418baa
2 changed files with 17 additions and 1 deletions
tpl/default

View file

@ -8,7 +8,7 @@
<link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" />
<link type="text/css" rel="stylesheet" href="css/reset.css" />
<link type="text/css" rel="stylesheet" href="css/shaarli.css" />
{if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="inc/user.css#" />{/if}
{if="is_file('data/user.css')"}<link type="text/css" rel="stylesheet" href="data/user.css#" />{/if}
{loop="$plugins_includes.css_files"}
<link type="text/css" rel="stylesheet" href="{$value}#"/>
{/loop}