diff options
author | friendica <info@friendica.com> | 2012-10-31 16:55:19 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-31 16:55:19 -0700 |
commit | 62a8298b549c8985a7817be046d7e25cbaf17cb5 (patch) | |
tree | 1d2a3de819567e3121f2035a03db47fcc8ed6295 /include/Contact.php | |
parent | fb173900a16938c3ab7f066e4909d50b9f764473 (diff) | |
download | volse-hubzilla-62a8298b549c8985a7817be046d7e25cbaf17cb5.tar.gz volse-hubzilla-62a8298b549c8985a7817be046d7e25cbaf17cb5.tar.bz2 volse-hubzilla-62a8298b549c8985a7817be046d7e25cbaf17cb5.zip |
starting on pinging the basic elements of federation and communication
Diffstat (limited to 'include/Contact.php')
-rw-r--r-- | include/Contact.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Contact.php b/include/Contact.php index 485afa3ba..a7da29b35 100644 --- a/include/Contact.php +++ b/include/Contact.php @@ -1,7 +1,7 @@ <?php -functino vcard_from_xchan($xchan) { +function vcard_from_xchan($xchan) { return replace_macros(get_markup_template('xchan_vcard.tpl'),array( $name => $abook['xchan_name'], $photo => $abook['xchan_photo_l'] |