diff options
author | root <root@diekershoff.homeunix.net> | 2010-12-15 12:07:14 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2010-12-15 12:07:14 +0100 |
commit | 961a0c13c7fb257f356b9a67b1b0f3dd32bfc80c (patch) | |
tree | 6f6b0adbe51a12df9e50fc5bf107b3ea0131033b /view/profile_vcard.tpl | |
parent | b4b65521fe9546da760c19d8124c4cddd9406a88 (diff) | |
parent | 83939f1541219c38f03b90f525ea48512f912323 (diff) | |
download | volse-hubzilla-961a0c13c7fb257f356b9a67b1b0f3dd32bfc80c.tar.gz volse-hubzilla-961a0c13c7fb257f356b9a67b1b0f3dd32bfc80c.tar.bz2 volse-hubzilla-961a0c13c7fb257f356b9a67b1b0f3dd32bfc80c.zip |
Merge branch 'master' of git://github.com/friendika/friendika
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 + |