X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fcleanzero%2Fconfig.php;h=88a41be3a16e7f71a8bf910a544aa28e149bfe5e;hb=395e83fa06476a57ca5ace941120a274a8472f00;hp=a81b05b8fed1971add5f8ab15504309e77f1bf98;hpb=1d6dd1666f4fc5da64447a48e158f8755d1d2a1b;p=friendica.git diff --git a/view/theme/cleanzero/config.php b/view/theme/cleanzero/config.php index a81b05b8fe..88a41be3a1 100644 --- a/view/theme/cleanzero/config.php +++ b/view/theme/cleanzero/config.php @@ -75,15 +75,8 @@ function cleanzero_form(&$a, $color,$font_size,$resize,$theme_width){ "wide"=>"wide", ); -// $t = file_get_contents( dirname(__file__). "/theme_settings.tpl" ); $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"),