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