aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/xchan_vcard.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-06 19:44:13 -0800
committerfriendica <info@friendica.com>2012-12-06 19:44:13 -0800
commit2a7a5b2d0182193c96a12097dd3cf47f517e3553 (patch)
tree0cea565de0d76f4981d4ef141e25a5769ddd3a11 /view/tpl/xchan_vcard.tpl
parent8f864ebd193076d88c48c94da61088de930ab1bd (diff)
downloadvolse-hubzilla-2a7a5b2d0182193c96a12097dd3cf47f517e3553.tar.gz
volse-hubzilla-2a7a5b2d0182193c96a12097dd3cf47f517e3553.tar.bz2
volse-hubzilla-2a7a5b2d0182193c96a12097dd3cf47f517e3553.zip
move 'Connect' button to local chanview page, remove from remote profile pages - still requires some theming love
Diffstat (limited to 'view/tpl/xchan_vcard.tpl')
-rw-r--r--view/tpl/xchan_vcard.tpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/view/tpl/xchan_vcard.tpl b/view/tpl/xchan_vcard.tpl
index 6bc56ce74..4e3f69b0c 100644
--- a/view/tpl/xchan_vcard.tpl
+++ b/view/tpl/xchan_vcard.tpl
@@ -2,3 +2,14 @@
<div class="fn">$name</div>
<div id="profile-photo-wrapper"><img class="vcard-photo photo" src="$photo" alt="name" /></div>
</div>
+
+
+
+<div id="profile-extra-links">
+<ul>
+{{ if $connect }}
+ <li><a id="follow-link" href="follow?f=&url=$follow">$connect</a></li>
+{{ endif }}
+</ul>
+</div>
+