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
|
|
|
{{$head_css}}
|
|
|
|
{{$js_strings}}
|
|
|
|
{{$head_js}}
|
|
|
|
<link rel="shortcut icon" href="{{$icon}}" />
|
2016-04-17 16:29:18 +02:00
|
|
|
<link rel="search" href="{{$baseurl}}/opensearch" type="application/opensearchdescription+xml" title="{{$osearch}}" />
|
2016-05-17 19:05:14 +02:00
|
|
|
<link rel="EditURI" type="application/rsd+xml" href="{{$baseurl}}/rsd.xml" />
|
2015-08-23 22:38:18 +02:00
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
|
|
|