]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/templates/head.tpl
Use placeholder attribute for Comment message
[friendica.git] / view / theme / frost-mobile / templates / head.tpl
index 41e9dad8e5d456198107e3097e5aa380840d51f9..b60a2a4784b870b20b479fdec832da9a3222196a 100644 (file)
@@ -3,21 +3,20 @@
 
 <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" />
+<script type="text/javascript" src="{{$baseurl}}/js/jquery.js"></script>
 
 <link rel="stylesheet" type="text/css" href="{{$stylesheet}}" media="all" />
 
 <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}};