]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/cleanzero/config.php
Only show the options that fit to the current network.
[friendica.git] / view / theme / cleanzero / config.php
index a81b05b8fed1971add5f8ab15504309e77f1bf98..88a41be3a16e7f71a8bf910a544aa28e149bfe5e 100644 (file)
@@ -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"),