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