]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/testbubble/theme.php
Merge https://github.com/friendica/friendica into pull
[friendica.git] / view / theme / testbubble / theme.php
index 591d9e066b2c91a52b1ce9300f404dc87c04bb61..366a4718cc6986bb2224afa4d149bfa577e3ff62 100644 (file)
@@ -8,6 +8,10 @@
  * Maintainer: Mike Macgirvin <mike@macgirvin.com>
  */
 
+
+function testbubble_init(&$a) {
+set_template_engine($a, 'smarty3');
+
 $a->page['htmlhead'] .= <<< EOT
 <script>
 $(document).ready(function() {
@@ -16,3 +20,4 @@ $('html').click(function() { $("#nav-notifications-menu" ).hide(); });
 });
 </script>
 EOT;
+}