X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Fconfig.php;h=db4356ccc887698b17a559a64355546d2cbf5031;hb=1fc35d5f443e802e988ea994ae712ac2c6bae8d4;hp=32179dd9e2b0214cb5d0c1ec8dd4fc6743a790c4;hpb=1392c58377b462c10f9db5edc97cd82d3a683dc7;p=friendica.git diff --git a/view/theme/quattro/config.php b/view/theme/quattro/config.php index 32179dd9e2..db4356ccc8 100644 --- a/view/theme/quattro/config.php +++ b/view/theme/quattro/config.php @@ -60,13 +60,7 @@ function quattro_form(&$a, $align, $color, $tfs, $pfs){ if ($pfs===false) $pfs="12"; $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"),