diff options
Diffstat (limited to 'tpl/includes.html')
-rw-r--r-- | tpl/includes.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tpl/includes.html b/tpl/includes.html index c70b44e3..7cfb07f2 100644 --- a/tpl/includes.html +++ b/tpl/includes.html | |||
@@ -1,7 +1,8 @@ | |||
1 | <title>{$pagetitle}</title> | 1 | <title>{$pagetitle}</title> |
2 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
2 | <link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" /> | 3 | <link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" /> |
3 | <link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" /> | 4 | <link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" /> |
4 | <link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" /> | 5 | <link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" /> |
5 | <link type="text/css" rel="stylesheet" href="inc/shaarli.css?version={$version}#" /> | 6 | <link type="text/css" rel="stylesheet" href="inc/shaarli.css?version={$version|urlencode}#" /> |
6 | {if condition="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="inc/user.css?version={$version}#" />{/if} | 7 | {if condition="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="inc/user.css?version={$version}#" />{/if} |
7 | <script language="JavaScript" src="inc/jquery.min.js#"></script><script language="JavaScript" src="inc/jquery-ui.custom.min.js#"></script> | 8 | <script src="inc/jquery.min.js#"></script><script src="inc/jquery-ui.min.js#"></script> |