X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fconfig.php;h=0f07ff9a1eac023b157c8088932d1e9d6eefcda3;hb=dac1dbd3e963be0606d8bc29ad6b3085f1c83105;hp=7c51b4ec95be31c7af31825fc362b18ced52104c;hpb=eefedc019befc9d8d99ba6e7ef5b537493681770;p=friendica.git diff --git a/view/theme/vier/config.php b/view/theme/vier/config.php index 7c51b4ec95..0f07ff9a1e 100644 --- a/view/theme/vier/config.php +++ b/view/theme/vier/config.php @@ -89,7 +89,7 @@ function theme_admin_post(&$a){ } } - +/// @TODO $a is no longer used function vier_form(&$a, $style, $show_pages, $show_profiles, $show_helpers, $show_services, $show_friends, $show_lastusers){ $styles = array( "plus"=>"Plus", @@ -105,7 +105,7 @@ function vier_form(&$a, $style, $show_pages, $show_profiles, $show_helpers, $sho $t = get_markup_template("theme_settings.tpl"); $o .= replace_macros($t, array( '$submit' => t('Submit'), - '$baseurl' => $a->get_baseurl(), + '$baseurl' => App::get_baseurl(), '$title' => t("Theme settings"), '$style' => array('vier_style',t ('Set style'),$style,'',$styles), '$show_pages' => array('vier_show_pages', t('Community Pages'), $show_pages, '', $show_or_not),