X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdispy%2Flight%2Ftheme.php;h=7365727c77fd48c741e6446e35ea2c5a74a9088b;hb=a2ab431c4ba09fc098be899414e654a6816b0a23;hp=2b37c06718f3e6e58a38e559cda8e0987282fb83;hpb=214ec91a3f2c5fec6cced93f669b3a9725f0e40a;p=friendica.git diff --git a/view/theme/dispy/light/theme.php b/view/theme/dispy/light/theme.php index 2b37c06718..7365727c77 100644 --- a/view/theme/dispy/light/theme.php +++ b/view/theme/dispy/light/theme.php @@ -1,30 +1,28 @@ Dispy: Light, Spartan, Sleek, and Functional
Dispy Dark: Dark, Spartan, Sleek, and Functional

- * Version: 1.2 + * Name: Dispy Light + * Description: Dispy Light: Light, Spartan, Sleek, and Functional * Author: Simon * Maintainer: Simon * Screenshot: Screenshot */ -$a = get_app(); -$a->theme_info = array( - 'family' => 'dispy', - 'name' => 'light', - 'version' => '1.2' -); - 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; - $colour = false; $colour = 'light'; + $colour_path = "/light/"; - // custom css + // set css if (!is_null($cssFile)) { $a->page['htmlhead'] .= sprintf('', $cssFile); }