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