]> 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 ab5d175fe5ee65102ca8cd3e5c50ef4395424e7c..366a4718cc6986bb2224afa4d149bfa577e3ff62 100644 (file)
@@ -8,6 +8,8 @@
  * Maintainer: Mike Macgirvin <mike@macgirvin.com>
  */
 
+
+function testbubble_init(&$a) {
 set_template_engine($a, 'smarty3');
 
 $a->page['htmlhead'] .= <<< EOT
@@ -18,3 +20,4 @@ $('html').click(function() { $("#nav-notifications-menu" ).hide(); });
 });
 </script>
 EOT;
+}