X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fcomix-plain%2Ftheme.php;h=f4781b08f0c9c5219a282521459119a0545270ed;hb=c82ab9e1b52ae6412c054bb9144e058f92780375;hp=4e5fd0d0e9b7745a86b480ac73ba61220d1d7250;hpb=a0d7f7a6d3a5ba434a4086fd3a71d9c195dbc517;p=friendica.git diff --git a/view/theme/comix-plain/theme.php b/view/theme/comix-plain/theme.php index 4e5fd0d0e9..f4781b08f0 100644 --- a/view/theme/comix-plain/theme.php +++ b/view/theme/comix-plain/theme.php @@ -8,6 +8,7 @@ */ +function comix_plain_init(&$a) { $a->theme_info = array( 'extends' => 'duepuntozero', ); @@ -59,3 +60,5 @@ $('.savedsearchterm').hover( EOT; +} +