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