]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/smarty3/head.tpl
82f6d4585e15b920d6faa0ea3c3c9bbd825d72a2
[friendica.git] / view / theme / frost / smarty3 / head.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
6 <base href="{{$baseurl}}/" />
7 <meta name="generator" content="{{$generator}}" />
8 <link rel="stylesheet" href="{{$baseurl}}/library/fancybox/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
9 <!--<link rel="stylesheet" href="{{$baseurl}}/library/tiptip/tipTip.css" type="text/css" media="screen" />-->
10 <link rel="stylesheet" href="{{$baseurl}}/library/jgrowl/jquery.jgrowl.css" type="text/css" media="screen" />
11
12 <link rel="stylesheet" type="text/css" href="{{$stylesheet}}" media="all" />
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>