streams/view/tpl/head.tpl

31 lines
637 B
Smarty
Raw Normal View History

2011-03-11 19:12:32 +00:00
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<base href="{{$baseurl}}/" />
<meta name="generator" content="{{$generator}}" />
<!--[if IE]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
{{$head_css}}
{{$js_strings}}
{{$head_js}}
<link rel="shortcut icon" href="{{$icon}}" />
2011-04-08 08:40:04 +00:00
<link rel="search"
href="{{$baseurl}}/opensearch"
2011-04-08 08:40:04 +00:00
type="application/opensearchdescription+xml"
2013-04-15 05:24:47 +00:00
title="Search in Red" />
2011-03-11 19:12:32 +00:00
2011-03-11 19:12:32 +00:00
<script>
var updateInterval = {{$update_interval}};
var localUser = {{if $local_user}}{{$local_user}}{{else}}false{{/if}};
2011-03-11 19:12:32 +00:00
</script>
2011-03-29 22:27:14 +00:00