X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdarkbubble%2Ftheme.php;h=475d4e63ce93126491a23d6ae4edfadcbd0535ff;hb=c82ab9e1b52ae6412c054bb9144e058f92780375;hp=053730c21addff7f97963c0ae0f6dc14ebc72543;hpb=1872cf2b2d14be5c4b8fbc9e2cf61f9fcd9e2f88;p=friendica.git diff --git a/view/theme/darkbubble/theme.php b/view/theme/darkbubble/theme.php index 053730c21a..475d4e63ce 100644 --- a/view/theme/darkbubble/theme.php +++ b/view/theme/darkbubble/theme.php @@ -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(); }); }); EOT; +}