diff options
author | nodiscc <nodiscc@gmail.com> | 2014-11-13 01:48:52 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2014-11-13 01:48:52 +0100 |
commit | 9362352e124151a0fa8a145fe1dba4e6256b35c7 (patch) | |
tree | 3fdbf3cbfb864021921cd93122dcf78513cb4134 /tpl/includes.html | |
parent | f2b2ac8c79c7698088acee1b00ef121e2e0e885d (diff) | |
parent | ae22a12b8adcc5788406b8637ab4db48085681fe (diff) | |
download | Shaarli-9362352e124151a0fa8a145fe1dba4e6256b35c7.tar.gz Shaarli-9362352e124151a0fa8a145fe1dba4e6256b35c7.tar.zst Shaarli-9362352e124151a0fa8a145fe1dba4e6256b35c7.zip |
Merge pull request #59 from tst2005/master
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} |