]> git.mxchange.org Git - friendica.git/blobdiff - mod/common.php
Events: Now with guid.
[friendica.git] / mod / common.php
index c9409b3ef1eaa041f57b8ff68c9c32b28a3afe38..62a5185fed84c4a00256bab9447fc56c64b530b2 100644 (file)
@@ -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'))