X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fcommon.php;h=62a5185fed84c4a00256bab9447fc56c64b530b2;hb=48642a8544ccc52003829985e22cc2aa71711816;hp=c9409b3ef1eaa041f57b8ff68c9c32b28a3afe38;hpb=2cf1aaa79153894988ddc9ee8986a7bff0727702;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'))