streams/view/tpl/head.tpl

35 lines
1.1 KiB
Smarty
Raw Normal View History

<base href="{{$baseurl}}/" />
2014-07-24 23:23:03 +00:00
<META NAME="description" CONTENT="The RedMatrix is a super network created from a huge number of smaller independent and autonomous websites - which are linked together...">
<META NAME="keywords" CONTENT="network,matrix,social,communications,social networking,content ownership,privacy and content ownership">
<META NAME="robot" CONTENT="index,follow">
2014-07-18 01:20:12 +00:00
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=0" />
<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