X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdispy%2Flight%2Ftheme.php;h=7365727c77fd48c741e6446e35ea2c5a74a9088b;hb=a2ab431c4ba09fc098be899414e654a6816b0a23;hp=f8753ec1aa365d312cb08facbb2afa93c89babd7;hpb=e50c0efcdfa05f682201deb630b6147755c87fe4;p=friendica.git diff --git a/view/theme/dispy/light/theme.php b/view/theme/dispy/light/theme.php index f8753ec1aa..7365727c77 100644 --- a/view/theme/dispy/light/theme.php +++ b/view/theme/dispy/light/theme.php @@ -8,15 +8,14 @@ * Screenshot: Screenshot */ -$a = get_app(); -$a->theme_info = array( - 'family' => 'dispy', - 'name' => 'light', -); -set_template_engine($a, 'smarty3'); - function dispy_light_init(&$a) { + $a->theme_info = array( + 'family' => 'dispy', + 'name' => 'light', + ); + set_template_engine($a, 'smarty3'); + /** @purpose set some theme defaults */ $cssFile = null;