X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdispy%2Flight%2Ftheme.php;h=7365727c77fd48c741e6446e35ea2c5a74a9088b;hb=a2ab431c4ba09fc098be899414e654a6816b0a23;hp=df3cca042d22fd2eed2af1a3ef72cd25ae174859;hpb=e9c86c0fd0fb87b49e60669e6d4be810ca426ec4;p=friendica.git diff --git a/view/theme/dispy/light/theme.php b/view/theme/dispy/light/theme.php index df3cca042d..7365727c77 100644 --- a/view/theme/dispy/light/theme.php +++ b/view/theme/dispy/light/theme.php @@ -3,21 +3,19 @@ /* * Name: Dispy Light * Description: Dispy Light: Light, Spartan, Sleek, and Functional - * Version: 1.2.1 * Author: Simon * Maintainer: Simon * Screenshot: Screenshot */ -$a = get_app(); -$a->theme_info = array( - 'family' => 'dispy', - 'name' => 'light', - 'version' => '1.2.1' -); - 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;