]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/templates/head.tpl
41e9dad8e5d456198107e3097e5aa380840d51f9
[friendica.git] / view / theme / frost-mobile / templates / head.tpl
1 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
2 <meta name="viewport" content="width=device-width; initial-scale = 1.0;" />
3
4 <base href="{{$baseurl}}/" />
5 <meta name="generator" content="{{$generator}}" />
6 <link rel="stylesheet" href="{{$baseurl}}/library/colorbox/colorbox.css" type="text/css" media="screen" />
7 <link rel="stylesheet" href="{{$baseurl}}/library/tiptip/tipTip.css" type="text/css" media="screen" />-->*}}
8 <link rel="stylesheet" href="{{$baseurl}}/library/jgrowl/jquery.jgrowl.css" type="text/css" media="screen" />
9
10 <link rel="stylesheet" type="text/css" href="{{$stylesheet}}" media="all" />
11
12 <link rel="shortcut icon" href="{{$baseurl}}/images/friendica-32.png" />
13 <link rel="search"
14          href="{{$baseurl}}/opensearch" 
15          type="application/opensearchdescription+xml" 
16          title="Search in Friendica" />
17
18 <script>
19         window.delItem = "{{$delitem}}";
20         window.commentEmptyText = "{{$comment}}";
21         window.showMore = "{{$showmore}}";
22         window.showFewer = "{{$showfewer}}";
23         var updateInterval = {{$update_interval}};
24         var localUser = {{if $local_user}}{{$local_user}}{{else}}false{{/if}};
25 </script>
26