X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fduepuntozero%2Ftheme.php;h=bf5a4111fd396d46937c77ab27386c580cfac28e;hb=c5845be74edd2e48d743772c3dd31e6ad5c2a25e;hp=189628b0287acb06e1b7e1949a177b80d303b64a;hpb=f558a1fe8d8f67d4dd9c32f63a7b46c2bcf1a769;p=friendica.git diff --git a/view/theme/duepuntozero/theme.php b/view/theme/duepuntozero/theme.php index 189628b028..bf5a4111fd 100644 --- a/view/theme/duepuntozero/theme.php +++ b/view/theme/duepuntozero/theme.php @@ -1,5 +1,6 @@ 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() {