fix broken URL for user.css

This commit is contained in:
nodiscc 2015-03-05 18:14:25 +01:00
parent a056d988e7
commit 3a10fa0e3f
1 changed files with 1 additions and 1 deletions

View File

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