X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofiles.php;h=42f458756338bb21235f7d938f788241810e73ab;hb=5adfeb0bd5fed2f793332056c03bb7c043d5fc69;hp=2b8d812c18da19c30400f769540db3478a501064;hpb=9423db628fd11c7c7290802d1311398c630c702e;p=friendica.git diff --git a/mod/profiles.php b/mod/profiles.php index 2b8d812c18..42f4587563 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -1,6 +1,11 @@ page['htmlhead'] .= replace_macros(get_markup_template('profed_head.tpl'), array( - '$baseurl' => App::get_baseurl(true), + '$baseurl' => System::baseUrl(true), )); $a->page['end'] .= replace_macros(get_markup_template('profed_end.tpl'), array( - '$baseurl' => App::get_baseurl(true), + '$baseurl' => System::baseUrl(true), )); $opt_tpl = get_markup_template("profile-hide-friends.tpl"); @@ -704,7 +708,7 @@ function profiles_content(App $a) { '$lbl_ex2' => t('Example: fishing photography software'), '$disabled' => (($is_default) ? 'onclick="return false;" style="color: #BBBBFF;"' : ''), - '$baseurl' => App::get_baseurl(true), + '$baseurl' => System::baseUrl(true), '$profile_id' => $r[0]['id'], '$profile_name' => array('profile_name', t('Profile Name:'), $r[0]['profile-name'], t('Required'), '*'), '$is_default' => $is_default,