]> git.mxchange.org Git - friendica.git/commitdiff
fix undeclared variables or wrong variable names (/view)
authorrabuzarus <rabuzarus@t-online.de>
Mon, 12 Feb 2018 15:50:05 +0000 (16:50 +0100)
committerrabuzarus <rabuzarus@t-online.de>
Mon, 12 Feb 2018 15:50:05 +0000 (16:50 +0100)
view/theme/duepuntozero/config.php
view/theme/frio/config.php
view/theme/quattro/config.php
view/theme/vier/config.php
view/theme/vier/theme.php

index 30eb256237fbc062b5a5c36238d36557f9315a42..d8323225d5bf1399d2999e36022786d667f5a46a 100644 (file)
@@ -67,8 +67,7 @@ function clean_form(App $a, &$colorset, $user)
        }
 
        $t = get_markup_template("theme_settings.tpl");
-       /// @TODO No need for adding string here, $o is not defined
-       $o .= replace_macros($t, [
+       $o = replace_macros($t, [
                '$submit'   => L10n::t('Submit'),
                '$baseurl'  => System::baseUrl(),
                '$title'    => L10n::t("Theme settings"),
index b4161177b7b16ecd823d864d513e489c38ceca47..9081d9df47cb6c7c98244ad9673bf970a1307c00 100644 (file)
@@ -114,24 +114,24 @@ function frio_form($arr) {
                '$baseurl'          => System::baseUrl(),
                '$title'            => L10n::t("Theme settings"),
                '$schema'           => ['frio_schema', L10n::t("Select scheme"), $arr["schema"], '', $scheme_choices],
-               '$nav_bg'           => array_key_exists("nav_bg", $disable) ? "" : ['frio_nav_bg', L10n::t('Navigation bar background color'), $arr['nav_bg']],
-               '$nav_icon_color'   => array_key_exists("nav_icon_color", $disable) ? "" : ['frio_nav_icon_color', L10n::t('Navigation bar icon color '), $arr['nav_icon_color']],
-               '$link_color'       => array_key_exists("link_color", $disable) ? "" : ['frio_link_color', L10n::t('Link color'), $arr['link_color'], '', $link_colors],
-               '$bgcolor'          => array_key_exists("bgcolor", $disable) ? "" : ['frio_background_color', L10n::t('Set the background color'), $arr['bgcolor']],
-               '$contentbg_transp' => array_key_exists("contentbg_transp", $disable) ? "" : ['frio_contentbg_transp', L10n::t("Content background opacity"), ((isset($arr["contentbg_transp"]) && $arr["contentbg_transp"] != "") ? $arr["contentbg_transp"] : 100)],
-               '$background_image' => array_key_exists("background_image", $disable) ? "" : ['frio_background_image', L10n::t('Set the background image'), $arr['background_image'], $background_image_help],
+               '$nav_bg'           => array_key_exists("nav_bg", $disable) ? "" : ['frio_nav_bg', L10n::t('Navigation bar background color'), $arr['nav_bg'], '', false],
+               '$nav_icon_color'   => array_key_exists("nav_icon_color", $disable) ? "" : ['frio_nav_icon_color', L10n::t('Navigation bar icon color '), $arr['nav_icon_color'], '', false],
+               '$link_color'       => array_key_exists("link_color", $disable) ? "" : ['frio_link_color', L10n::t('Link color'), $arr['link_color'], '', false],
+               '$bgcolor'          => array_key_exists("bgcolor", $disable) ? "" : ['frio_background_color', L10n::t('Set the background color'), $arr['bgcolor'], '', false],
+               '$contentbg_transp' => array_key_exists("contentbg_transp", $disable) ? "" : ['frio_contentbg_transp', L10n::t("Content background opacity"), ((isset($arr["contentbg_transp"]) && $arr["contentbg_transp"] != "") ? $arr["contentbg_transp"] : 100), ''],
+               '$background_image' => array_key_exists("background_image", $disable) ? "" : ['frio_background_image', L10n::t('Set the background image'), $arr['background_image'], $background_image_help, false],
                '$bg_image_options' => Image::get_options($arr),
        ];
 
        if (array_key_exists("login_bg_image", $arr) &&  !array_key_exists("login_bg_image", $disable)) {
-               $ctx['$login_bg_image']  = ['frio_login_bg_image', L10n::t('Login page background image'), $arr['login_bg_image'], $background_image_help];
+               $ctx['$login_bg_image']  = ['frio_login_bg_image', L10n::t('Login page background image'), $arr['login_bg_image'], $background_image_help, false];
        }
        if (array_key_exists("login_bg_color", $arr) &&  !array_key_exists("login_bg_color", $disable)) {
-               $ctx['$login_bg_color']  = ['frio_login_bg_color', L10n::t('Login page background color'), $arr['login_bg_color'], L10n::t('Leave background image and color empty for theme defaults')];
+               $ctx['$login_bg_color']  = ['frio_login_bg_color', L10n::t('Login page background color'), $arr['login_bg_color'], L10n::t('Leave background image and color empty for theme defaults'), false];
        }
 
 
-       $o .= replace_macros($t, $ctx);
+       $o = replace_macros($t, $ctx);
 
        return $o;
 }
index b4c24a365b5092e5349a6dd303275957f39178c2..562a9ff5f1c67f854c4c5f34ddbced0b5cc67f50 100644 (file)
@@ -69,7 +69,7 @@ function quattro_form(App $a, $align, $color, $tfs, $pfs) {
        }
 
        $t = get_markup_template("theme_settings.tpl" );
-       $o .= replace_macros($t, [
+       $o = replace_macros($t, [
                '$submit'  => L10n::t('Submit'),
                '$baseurl' => System::baseUrl(),
                '$title'   => L10n::t("Theme settings"),
index 044c6445f2cc6a2eb578f2523fd9a144396fb048..80225eb08dd943c33b7256e89f0d308d66cae8b6 100644 (file)
@@ -71,7 +71,7 @@ function theme_admin(App $a) {
                $helperlist = "https://forum.friendi.ca/profile/helpers";
 
        $t = get_markup_template("theme_admin_settings.tpl");
-       $o .= replace_macros($t, [
+       $o = replace_macros($t, [
                '$helperlist' => ['vier_helperlist', L10n::t('Comma separated list of helper forums'), $helperlist, '', ''],
                ]);
 
@@ -115,7 +115,7 @@ function vier_form(App $a, $style, $show_pages, $show_profiles, $show_helpers, $
        $show_or_not = ['0' => L10n::t("don't show"), '1' => L10n::t("show"),];
 
        $t = get_markup_template("theme_settings.tpl");
-       $o .= replace_macros($t, [
+       $o = replace_macros($t, [
                '$submit' => L10n::t('Submit'),
                '$baseurl' => System::baseUrl(),
                '$title' => L10n::t("Theme settings"),
index 482c584be0095f34016be90a7d9712312a94ce92..22345c2e1fa8a74da43673a71d89acda5a320e21 100644 (file)
@@ -138,7 +138,7 @@ function vier_community_info()
        $show_lastusers  = get_vier_config("show_lastusers", 1);
 
        // get_baseurl
-       $url = System::baseUrl($ssl_state);
+       $url = System::baseUrl();
        $aside['$url'] = $url;
 
        // comunity_profiles
@@ -247,7 +247,7 @@ function vier_community_info()
 
                        $tpl = get_markup_template('widget_forumlist_right.tpl');
 
-                       $page .= replace_macros(
+                       $page = replace_macros(
                                $tpl,
                                [
                                        '$title'          => L10n::t('Forums'),