need to re-arrange a few things for a short vcard

This commit is contained in:
redmatrix
2016-02-08 19:33:25 -08:00
parent 315ce6d880
commit f984502499
2 changed files with 46 additions and 1 deletions

View File

@@ -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');