]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/smarty3/head.tpl
template engine rework
[friendica.git] / view / theme / frost-mobile / smarty3 / head.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
7 {{*<!--<meta content='width=device-width, minimum-scale=1 maximum-scale=1' name='viewport'>
8 <meta content='True' name='HandheldFriendly'>
9 <meta content='320' name='MobileOptimized'>-->*}}
10 <meta name="viewport" content="width=device-width; initial-scale = 1.0; maximum-scale=1.0; user-scalable=no" />
11 {{*<!--<meta name="viewport" content="width=100%;  initial-scale=1; maximum-scale=1; minimum-scale=1; user-scalable=no;" />-->*}}
12
13 <base href="{{$baseurl}}/" />
14 <meta name="generator" content="{{$generator}}" />
15 {{*<!--<link rel="stylesheet" href="{{$baseurl}}/library/fancybox/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
16 <link rel="stylesheet" href="{{$baseurl}}/library/colorbox/colorbox.css" type="text/css" media="screen" />
17 <link rel="stylesheet" href="{{$baseurl}}/library/tiptip/tipTip.css" type="text/css" media="screen" />-->*}}
18 <link rel="stylesheet" href="{{$baseurl}}/library/jgrowl/jquery.jgrowl.css" type="text/css" media="screen" />
19
20 <link rel="stylesheet" type="text/css" href="{{$stylesheet}}" media="all" />
21
22 <link rel="shortcut icon" href="{{$baseurl}}/images/friendica-32.png" />
23 <link rel="search"
24          href="{{$baseurl}}/opensearch" 
25          type="application/opensearchdescription+xml" 
26          title="Search in Friendica" />
27
28 <script>
29         window.delItem = "{{$delitem}}";
30         window.commentEmptyText = "{{$comment}}";
31         window.showMore = "{{$showmore}}";
32         window.showFewer = "{{$showfewer}}";
33         var updateInterval = {{$update_interval}};
34         var localUser = {{if $local_user}}{{$local_user}}{{else}}false{{/if}};
35 </script>
36