streams/view/tpl/head.tpl

33 lines
759 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}}/" />
2014-02-20 18:54:16 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1">
<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}};
var zid = {{if $zid}}'{{$zid}}'{{else}}null{{/if}};
2011-03-11 19:12:32 +00:00
</script>
2011-03-29 22:27:14 +00:00