]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/templates/head.tpl
Merge pull request #3355 from Hypolite/issue/fix-language-guess
[friendica.git] / view / theme / frost / templates / head.tpl
index 095743e9b20bb2a7370431f5bf9d8353a017c394..21144eb0c21f4117ccbaf1e971db7325ee2a4593 100644 (file)
@@ -1,26 +1,24 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
+
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <base href="{{$baseurl}}/" />
 <meta name="generator" content="{{$generator}}" />
 <link rel="stylesheet" href="{{$baseurl}}/library/colorbox/colorbox.css" type="text/css" media="screen" />
 {{*<!--<link rel="stylesheet" href="{{$baseurl}}/library/tiptip/tipTip.css" type="text/css" media="screen" />-->*}}
 <link rel="stylesheet" href="{{$baseurl}}/library/jgrowl/jquery.jgrowl.css" type="text/css" media="screen" />
+<link rel="stylesheet" href="{{$baseurl}}/library/datetimepicker/jquery.datetimepicker.css" type="text/css" media="screen" />
 
 <link rel="stylesheet" type="text/css" href="{{$stylesheet}}" media="all" />
 
+<script type="text/javascript" src="{{$baseurl}}/js/jquery.js" ></script>
+
 <link rel="shortcut icon" href="{{$baseurl}}/images/friendica-32.png" />
 <link rel="search"
-         href="{{$baseurl}}/opensearch" 
-         type="application/opensearchdescription+xml" 
+         href="{{$baseurl}}/opensearch"
+         type="application/opensearchdescription+xml"
          title="Search in Friendica" />
 
 <script>
        window.delItem = "{{$delitem}}";
-       window.commentEmptyText = "{{$comment}}";
        window.showMore = "{{$showmore}}";
        window.showFewer = "{{$showfewer}}";
        var updateInterval = {{$update_interval}};