diff options
author | nodiscc <nodiscc@gmail.com> | 2015-03-05 18:14:25 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-03-05 18:14:25 +0100 |
commit | 3a10fa0e3f0d0978dc359d1407b93fe425f44b25 (patch) | |
tree | d079de6fbf7b7d8241ba2b4d7f126dec39abccfd /tpl/includes.html | |
parent | a056d988e7c4e6610fbfc0d6207d2809998574af (diff) | |
download | Shaarli-3a10fa0e3f0d0978dc359d1407b93fe425f44b25.tar.gz Shaarli-3a10fa0e3f0d0978dc359d1407b93fe425f44b25.tar.zst Shaarli-3a10fa0e3f0d0978dc359d1407b93fe425f44b25.zip |
fix broken URL for user.css
Diffstat (limited to 'tpl/includes.html')
-rw-r--r-- | tpl/includes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/includes.html b/tpl/includes.html index 26f2e2b8..623e19ed 100644 --- a/tpl/includes.html +++ b/tpl/includes.html | |||
@@ -7,4 +7,4 @@ | |||
7 | <link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" /> | 7 | <link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" /> |
8 | <link type="text/css" rel="stylesheet" href="../inc/reset.css" /> | 8 | <link type="text/css" rel="stylesheet" href="../inc/reset.css" /> |
9 | <link type="text/css" rel="stylesheet" href="../inc/shaarli.css" /> | 9 | <link type="text/css" rel="stylesheet" href="../inc/shaarli.css" /> |
10 | {if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="inc/user.css" />{/if} | 10 | {if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="../inc/user.css" />{/if} |