<div class="jrUserInfo">
<?php echo $Community->avatar($review);?><div class="jrUserInfo">
<?php echo $Community->avatar($review);?>
<?php if (($Community->avatar($review)) == "")
{
$userId = $review['Review']['user_id'];
$userMapModel = new JFBConnectModelUserMap();
$profileLibrary = JFBConnectProfileLibrary::getInstance();
$fbAvatarUrl = $profileLibrary->getAvatarUrl($userMapModel->getFacebookUserId($userId));
# Show their FB avatar (if desired), or give them the option to link accounts
if ($fbAvatarUrl)
echo '<img src="' . $fbAvatarUrl . '" />';
}
?>Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
