X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcommon.php;h=62a5185fed84c4a00256bab9447fc56c64b530b2;hb=06998f13b61fcd50588f425703793bacc2e55cab;hp=c9409b3ef1eaa041f57b8ff68c9c32b28a3afe38;hpb=f19d9aa430933a26ba83e68ed555e593aed7b0d7;p=friendica.git diff --git a/mod/common.php b/mod/common.php index c9409b3ef1..62a5185fed 100644 --- a/mod/common.php +++ b/mod/common.php @@ -40,7 +40,7 @@ function common_content(&$a) { $vcard_widget .= replace_macros(get_markup_template("vcard-widget.tpl"),array( '$name' => htmlentities($c[0]['name']), '$photo' => $c[0]['photo'], - 'url' => z_root() . '/contacts/' . $cid + 'url' => 'contacts/' . $cid )); if(! x($a->page,'aside'))