X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdispy%2Flight%2Ftheme.php;h=7365727c77fd48c741e6446e35ea2c5a74a9088b;hb=34c9156fa157803a32ed69d1ab3ec4c4f471ea1d;hp=94a699b703f072d238c95e57a538eefbc6c581cf;hpb=51c2ef0efbb55d8b7f21cd2d23f073dec33d4b47;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;