]> git.mxchange.org Git - friendica.git/commitdiff
adding the subdir
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 17 Aug 2015 06:20:19 +0000 (08:20 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 17 Aug 2015 06:20:19 +0000 (08:20 +0200)
mod/settings.php

index 3b9f0211e2a37a59d63fba74dcb2d788d54b88d4..ca0829f021c225eeea63c4415eb73cf958ff99be 100644 (file)
@@ -1108,7 +1108,7 @@ function settings_content(&$a) {
        $tpl_addr = get_markup_template("settings_nick_set.tpl");
 
        $prof_addr = replace_macros($tpl_addr,array(
-               '$desc' => sprintf(t("Your Identity Address is <strong>'%s'</strong> or '%s'."), $nickname.'@'.$a->get_hostname(), $a->get_baseurl().'/profile/'.$nickname),
+               '$desc' => sprintf(t("Your Identity Address is <strong>'%s'</strong> or '%s'."), $nickname.'@'.$a->get_hostname().$a->get_path(), $a->get_baseurl().'/profile/'.$nickname),
                '$basepath' => $a->get_hostname()
        ));