fix broken URL for user.css
This commit is contained in:
parent
a056d988e7
commit
3a10fa0e3f
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@
|
|||
<link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" />
|
||||
<link type="text/css" rel="stylesheet" href="../inc/reset.css" />
|
||||
<link type="text/css" rel="stylesheet" href="../inc/shaarli.css" />
|
||||
{if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="inc/user.css" />{/if}
|
||||
{if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="../inc/user.css" />{/if}
|
||||
|
|
Loading…
Reference in a new issue