diff options
author | TsT <tst2005@gmail.com> | 2013-10-23 23:21:36 +0200 |
---|---|---|
committer | TsT <tst2005@gmail.com> | 2013-10-23 23:21:36 +0200 |
commit | ae22a12b8adcc5788406b8637ab4db48085681fe (patch) | |
tree | 1d5c1cf8ad6faf7bec8f39af55412cd29b31c300 /tpl/includes.html | |
parent | 7b2186a63e2c788f1f2622779c5a1c341117eac1 (diff) | |
download | Shaarli-ae22a12b8adcc5788406b8637ab4db48085681fe.tar.gz Shaarli-ae22a12b8adcc5788406b8637ab4db48085681fe.tar.zst Shaarli-ae22a12b8adcc5788406b8637ab4db48085681fe.zip |
uniform if syntax
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 2b61f1e1..cc573801 100644 --- a/tpl/includes.html +++ b/tpl/includes.html | |||
@@ -6,4 +6,4 @@ | |||
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/shaarli.css?version={$version|urlencode}#" /> | 8 | <link type="text/css" rel="stylesheet" href="inc/shaarli.css?version={$version|urlencode}#" /> |
9 | {if condition="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="inc/user.css?version={$version}#" />{/if} | 9 | {if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="inc/user.css?version={$version}#" />{/if} |