X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fcomix%2Ftheme.php;h=da195f267ab513d49d84fef765b8a6298334f495;hb=9518785c819fa7316745aa31f6adae14e593b904;hp=ce28ebf18938180190b935c98322fa8726210a95;hpb=685a677bc91c38dc2f59d3565d6c413bca84629d;p=friendica.git diff --git a/view/theme/comix/theme.php b/view/theme/comix/theme.php index ce28ebf189..da195f267a 100644 --- a/view/theme/comix/theme.php +++ b/view/theme/comix/theme.php @@ -8,6 +8,7 @@ */ +function comix_init(&$a) { $a->theme_info = array( 'extends' => 'duepuntozero', ); @@ -59,3 +60,5 @@ $('.savedsearchterm').hover( EOT; +} +