]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/theme.php
Merge branch 'master' into fixes
[friendica.git] / view / theme / duepuntozero / theme.php
index 189628b0287acb06e1b7e1949a177b80d303b64a..bf5a4111fd396d46937c77ab27386c580cfac28e 100644 (file)
@@ -1,5 +1,6 @@
 <?php
 $a->theme_info = array();
+set_template_engine($a, 'smarty3');
 
 function duepuntozero_init(&$a) {
 $a->page['htmlhead'] .= <<< EOT
@@ -42,10 +43,10 @@ function cmtBbOpen(comment, id) {
        return false;
 }
 function cmtBbClose(comment, id) {
-       if($(comment).hasClass('comment-edit-text-empty')) {
-               $(".comment-edit-bb-" + id).hide();
-               return true;
-       }
+//     if($(comment).hasClass('comment-edit-text-empty')) {
+//             $(".comment-edit-bb-" + id).hide();
+//             return true;
+//     }
        return false;
 }
 $(document).ready(function() {