diff options
author | nodiscc <nodiscc@gmail.com> | 2015-03-05 13:44:40 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-03-05 13:44:40 +0100 |
commit | e894673c3698cc9d6af70c1f8cb497a51f5b0c25 (patch) | |
tree | 8faa01612b06f42b539cc0df6c117d011432543f /tpl/includes.html | |
parent | 01b8f52718f5136fb7de54e09b47ae4523aec9e8 (diff) | |
parent | 9811b3efbca58bf464752e401d278fe677089a9c (diff) | |
download | Shaarli-e894673c3698cc9d6af70c1f8cb497a51f5b0c25.tar.gz Shaarli-e894673c3698cc9d6af70c1f8cb497a51f5b0c25.tar.zst Shaarli-e894673c3698cc9d6af70c1f8cb497a51f5b0c25.zip |
Merge pull request #140 from nodiscc/master
Various fixes
Diffstat (limited to 'tpl/includes.html')
-rw-r--r-- | tpl/includes.html | 4 |
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} |