X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdispy%2Flight%2Ftheme.php;h=7365727c77fd48c741e6446e35ea2c5a74a9088b;hb=a2ab431c4ba09fc098be899414e654a6816b0a23;hp=94a699b703f072d238c95e57a538eefbc6c581cf;hpb=68757f25042b02624bfb748c25029023b3082f62;p=friendica.git diff --git a/view/theme/dispy/light/theme.php b/view/theme/dispy/light/theme.php index 94a699b703..7365727c77 100644 --- a/view/theme/dispy/light/theme.php +++ b/view/theme/dispy/light/theme.php @@ -8,14 +8,14 @@ * Screenshot: Screenshot */ -$a = get_app(); -$a->theme_info = array( - 'family' => 'dispy', - 'name' => 'light', -); - 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;