X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdarkbubble%2Ftheme.php;h=475d4e63ce93126491a23d6ae4edfadcbd0535ff;hb=d204e2524b5e61f56f98ba8bfeda286c2fe79d6f;hp=326c98bbdaa0f70426ef9d17c144437db96d7d4d;hpb=8e38fe6f47db54e7af12707130641e8de9f3eeb9;p=friendica.git diff --git a/view/theme/darkbubble/theme.php b/view/theme/darkbubble/theme.php index 326c98bbda..475d4e63ce 100644 --- a/view/theme/darkbubble/theme.php +++ b/view/theme/darkbubble/theme.php @@ -1,4 +1,25 @@ + */ + + +function darkbubble_init(&$a) { $a->theme_info = array( 'extends' => 'testbubble', ); +set_template_engine($a, 'smarty3'); + + +$a->page['htmlhead'] .= <<< EOT + +EOT; +}