diff options
author | Friendika <info@friendika.com> | 2010-12-14 14:15:31 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-14 14:15:31 -0800 |
commit | 78d8bcbc6023ae62d84c77cd91619bf0f016d376 (patch) | |
tree | 515ac31e57505a76bfc21bc7a5503bdad65974b4 /view/profile_vcard.tpl | |
parent | 46bc84b2f26fd1370a89a8954d743f23925a4a11 (diff) | |
download | volse-hubzilla-78d8bcbc6023ae62d84c77cd91619bf0f016d376.tar.gz volse-hubzilla-78d8bcbc6023ae62d84c77cd91619bf0f016d376.tar.bz2 volse-hubzilla-78d8bcbc6023ae62d84c77cd91619bf0f016d376.zip |
personal config storage, template the vcard profile, logging failed uri's to help track down transient dreamhost issues
Diffstat (limited to 'view/profile_vcard.tpl')
-rw-r--r-- | view/profile_vcard.tpl | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/view/profile_vcard.tpl b/view/profile_vcard.tpl new file mode 100644 index 000000000..81659af6a --- /dev/null +++ b/view/profile_vcard.tpl @@ -0,0 +1,26 @@ +<div class="vcard"> + + $fullname + + $tabs + + $photo + + <div id="profile-extra-links"> + <ul> + $connect + </ul> + </div> + + $location + + $gender + + $pubkey + +</div> + +$marital + +$homepage + |