]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/theme.php
Merge pull request #555 from annando/master
[friendica.git] / view / theme / vier / theme.php
index 97199723eae0e5ba847f9dabf89b05f0332395c3..7c0f3d3f8d1b6fa3f3136230564047319179b2c4 100644 (file)
@@ -1,12 +1,15 @@
 <?php
 /**
  * Name: Vier
- * Version: 0.1
+ * Version: 0.9
  * Author: Fabio <http://kirgroup.com/profile/fabrixxm>
  * Author: Ike <http://pirati.ca/profile/heluecht>
  * Maintainer: Ike <http://pirati.ca/profile/heluecht>
+ * Description: "Vier" uses the font awesome font library: http://fortawesome.github.com/Font-Awesome/
  */
 
+set_template_engine($a, 'smarty3');
+
 $a->theme_info = array();
 
 function vier_init(&$a) {
@@ -42,6 +45,7 @@ function insertFormatting(comment,BBcode,id) {
        return true;
 }
 
+
 function showThread(id) {
        $("#collapsed-comments-" + id).show()
        $("#collapsed-comments-" + id + " .collapsed-comments").show()
@@ -58,6 +62,8 @@ function cmtBbOpen(id) {
 function cmtBbClose(id) {
        $("#comment-edit-bb-" + id).hide();
 }
+
+/*
 $(document).ready(function() {
 
 $('html').click(function() { $("#nav-notifications-menu" ).hide(); });
@@ -99,7 +105,8 @@ $('.savedsearchterm').hover(
 
 });
 
-
+*/
 </script>
 EOT;
 }
+