]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/theme.php
Implement Smarty3
[friendica.git] / view / theme / vier / theme.php
index 97199723eae0e5ba847f9dabf89b05f0332395c3..e9e638fa04217977121fb1623b909d54098f241d 100644 (file)
@@ -7,6 +7,8 @@
  * Maintainer: Ike <http://pirati.ca/profile/heluecht>
  */
 
+$a->theme['template_engine'] = 'smarty3';
+
 $a->theme_info = array();
 
 function vier_init(&$a) {
@@ -42,6 +44,7 @@ function insertFormatting(comment,BBcode,id) {
        return true;
 }
 
+
 function showThread(id) {
        $("#collapsed-comments-" + id).show()
        $("#collapsed-comments-" + id + " .collapsed-comments").show()
@@ -58,6 +61,8 @@ function cmtBbOpen(id) {
 function cmtBbClose(id) {
        $("#comment-edit-bb-" + id).hide();
 }
+
+/*
 $(document).ready(function() {
 
 $('html').click(function() { $("#nav-notifications-menu" ).hide(); });
@@ -99,7 +104,8 @@ $('.savedsearchterm').hover(
 
 });
 
-
+*/
 </script>
 EOT;
 }
+