]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/darkbubble/theme.php
Merge branch 'master' of https://github.com/friendica/friendica
[friendica.git] / view / theme / darkbubble / theme.php
index 053730c21addff7f97963c0ae0f6dc14ebc72543..475d4e63ce93126491a23d6ae4edfadcbd0535ff 100644 (file)
@@ -7,9 +7,11 @@
  */
 
 
+function darkbubble_init(&$a) {
 $a->theme_info = array(
   'extends' => 'testbubble',
 );
+set_template_engine($a, 'smarty3');
 
 
 $a->page['htmlhead'] .= <<< EOT
@@ -20,3 +22,4 @@ $('html').click(function() { $("#nav-notifications-menu" ).hide(); });
 });
 </script>
 EOT;
+}