aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2015-03-03 23:09:13 +0100
committernodiscc <nodiscc@gmail.com>2015-03-05 13:43:53 +0100
commit1f7f8ce067b278a4837364191513d04f7548cef9 (patch)
tree1f9e23c7f377fc45a74631f951a59fc351701d90 /tpl
parent01b8f52718f5136fb7de54e09b47ae4523aec9e8 (diff)
downloadShaarli-1f7f8ce067b278a4837364191513d04f7548cef9.tar.gz
Shaarli-1f7f8ce067b278a4837364191513d04f7548cef9.tar.zst
Shaarli-1f7f8ce067b278a4837364191513d04f7548cef9.zip
cleanup: remove version number from CSS links
* fixes https://github.com/shaarli/Shaarli/issues/134
Diffstat (limited to 'tpl')
-rw-r--r--tpl/includes.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/includes.html b/tpl/includes.html
index 93cdfd5a..5e298fa1 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?version={$version|urlencode}#" /> 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?version={$version|urlencode}#" />{/if} 10{if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="inc/user.css" />{/if}