]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/config.php
Merge pull request #573 from oohlaf/fixes
[friendica.git] / view / theme / dispy / config.php
index 78166312dca8e1efaf1a6283127cd527943bdbad..628d5eefa0169e3ee868d6e621a4f953189d99e7 100644 (file)
@@ -66,13 +66,7 @@ function dispy_form(&$a, $font_size, $line_height, $colour) {
        );
 
        $t = get_markup_template("theme_settings.tpl" );
-
-       $includes = array(
-               '$field_select' => 'field_select.tpl',
-       );
-       $includes = set_template_includes($a->theme['template_engine'], $includes);
-
-       $o .= replace_macros($t, $includes + array(
+       $o .= replace_macros($t, array(
                '$submit' => t('Submit'),
                '$baseurl' => $a->get_baseurl(),
                '$title' => t("Theme settings"),