]> 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
old mode 100755 (executable)
new mode 100644 (file)
index 053730c..475d4e6
@@ -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;
+}