aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2015-03-05 13:54:00 +0100
committernodiscc <nodiscc@gmail.com>2015-03-05 13:54:00 +0100
commita056d988e7c4e6610fbfc0d6207d2809998574af (patch)
tree59f2416f3bd9fc44382d23b22be5092ce4ec390d /tpl
parente894673c3698cc9d6af70c1f8cb497a51f5b0c25 (diff)
downloadShaarli-a056d988e7c4e6610fbfc0d6207d2809998574af.tar.gz
Shaarli-a056d988e7c4e6610fbfc0d6207d2809998574af.tar.zst
Shaarli-a056d988e7c4e6610fbfc0d6207d2809998574af.zip
fix broken CSS file URL introduced in 1f7f8ce067b278a4837364191513d04f7548cef9
Diffstat (limited to 'tpl')
-rw-r--r--tpl/includes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/includes.html b/tpl/includes.html
index 5e298fa1..26f2e2b8 100644
--- a/tpl/includes.html
+++ b/tpl/includes.html
@@ -6,5 +6,5 @@
6<link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" /> 6<link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" />
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}