]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/light/theme.php
Merge pull request #1111 from tugelbend/master
[friendica.git] / view / theme / dispy / light / theme.php
index df3cca042d22fd2eed2af1a3ef72cd25ae174859..7365727c77fd48c741e6446e35ea2c5a74a9088b 100644 (file)
@@ -3,21 +3,19 @@
 /*
  * Name: Dispy Light
  * Description: Dispy Light: Light, Spartan, Sleek, and Functional
- * Version: 1.2.1
  * Author: Simon <http://simon.kisikew.org/>
  * Maintainer: Simon <http://simon.kisikew.org/>
  * Screenshot: <a href="screenshot.jpg">Screenshot</a>
  */
 
-$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;