]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/head.tpl
allow themes to change the size of embedded videos
[friendica.git] / view / theme / frost-mobile / head.tpl
1 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
2 <meta content='width=device-width, minimum-scale=1 maximum-scale=1' name='viewport'>
3 <meta content='True' name='HandheldFriendly'>
4 <meta content='320' name='MobileOptimized'>
5 <base href="$baseurl/" />
6 <meta name="generator" content="$generator" />
7 <!--<link rel="stylesheet" href="$baseurl/library/fancybox/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
8 <link rel="stylesheet" href="$baseurl/library/tiptip/tipTip.css" type="text/css" media="screen" />-->
9 <link rel="stylesheet" href="$baseurl/library/jgrowl/jquery.jgrowl.css" type="text/css" media="screen" />
10
11 <link rel="stylesheet" type="text/css" href="$stylesheet" media="all" />
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{{ endif }};
26 </script>
27