2015-08-23 22:38:18 +02:00
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
|
|
<base href="{{$baseurl}}/" />
|
|
|
|
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable={{$user_scalable}}" />
|
2016-03-20 08:06:33 +01:00
|
|
|
{{$metas}}
|
2015-08-23 22:38:18 +02:00
|
|
|
<!--[if IE]>
|
|
|
|
<script src="{{$baseurl}}/library/html5.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
{{$head_css}}
|
|
|
|
|
|
|
|
{{$js_strings}}
|
|
|
|
|
|
|
|
{{$head_js}}
|
|
|
|
|
|
|
|
<link rel="shortcut icon" href="{{$icon}}" />
|
|
|
|
<link rel="search"
|
|
|
|
href="{{$baseurl}}/opensearch"
|
|
|
|
type="application/opensearchdescription+xml"
|
|
|
|
title="Search in the Hubzilla" />
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
var updateInterval = {{$update_interval}};
|
|
|
|
var localUser = {{if $local_channel}}{{$local_channel}}{{else}}false{{/if}};
|
|
|
|
var zid = {{if $zid}}'{{$zid}}'{{else}}null{{/if}};
|
|
|
|
var justifiedGalleryActive = false;
|
|
|
|
{{if $channel_hash}}var channelHash = '{{$channel_hash}}';{{/if}}
|
|
|
|
{{if $channel_id}}var channelId = '{{$channel_id}}';{{/if}}{{* Used in e.g. autocomplete *}}
|
2016-03-20 08:06:33 +01:00
|
|
|
var preloadImages = {{$preload_images}};
|
2015-08-23 22:38:18 +02:00
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|