aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/includes.html
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2014-11-13 01:48:52 +0100
committernodiscc <nodiscc@gmail.com>2014-11-13 01:48:52 +0100
commit9362352e124151a0fa8a145fe1dba4e6256b35c7 (patch)
tree3fdbf3cbfb864021921cd93122dcf78513cb4134 /tpl/includes.html
parentf2b2ac8c79c7698088acee1b00ef121e2e0e885d (diff)
parentae22a12b8adcc5788406b8637ab4db48085681fe (diff)
downloadShaarli-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.html2
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}