]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/templates/head.tpl
Merge remote-tracking branch 'upstream/develop' into develop
[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 <link rel="stylesheet" href="{{$baseurl}}/library/datetimepicker/jquery.datetimepicker.css" type="text/css" media="screen" />
9
10 <link rel="stylesheet" type="text/css" href="{{$stylesheet}}" media="all" />
11
12 <script type="text/javascript" src="{{$baseurl}}/js/jquery.js" ></script>
13
14 <link rel="shortcut icon" href="{{$baseurl}}/images/friendica-32.png" />
15 <link rel="search"
16          href="{{$baseurl}}/opensearch" 
17          type="application/opensearchdescription+xml" 
18          title="Search in Friendica" />
19
20 <script>
21         window.delItem = "{{$delitem}}";
22         window.commentEmptyText = "{{$comment}}";
23         window.showMore = "{{$showmore}}";
24         window.showFewer = "{{$showfewer}}";
25         var updateInterval = {{$update_interval}};
26         var localUser = {{if $local_user}}{{$local_user}}{{else}}false{{/if}};
27 </script>