diff options
author | redmatrix <git@macgirvin.com> | 2016-02-08 19:33:25 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-08 19:33:25 -0800 |
commit | f984502499c836cde0be647907be505508c04e0c (patch) | |
tree | de882ed30d02776e52baeec90d813102f38234d4 /include/identity.php | |
parent | 315ce6d880855444c0cea683810b9b2fbd80c0d3 (diff) | |
download | volse-hubzilla-f984502499c836cde0be647907be505508c04e0c.tar.gz volse-hubzilla-f984502499c836cde0be647907be505508c04e0c.tar.bz2 volse-hubzilla-f984502499c836cde0be647907be505508c04e0c.zip |
need to re-arrange a few things for a short vcard
Diffstat (limited to 'include/identity.php')
-rw-r--r-- | include/identity.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/identity.php b/include/identity.php index 9d41e9633..51744f7bf 100644 --- a/include/identity.php +++ b/include/identity.php @@ -1050,7 +1050,10 @@ function profile_sidebar($profile, $block = 0, $show_connect = true, $zcard = fa $channel_menu .= comanche_block($menublock); } - $tpl = get_markup_template('profile_vcard.tpl'); + if($zcard) + $tpl = get_markup_template('profile_vcard_short.tpl'); + else + $tpl = get_markup_template('profile_vcard.tpl'); require_once('include/widgets.php'); |