</div>
		<?php
	}
	$spouse = $renderHelper->getSpouse((int) $this->member->fu_id, (int) $this->member->attribs->get('familypostion'));

	if ($spouse && $this->member->attribs->get('familypostion') != '2')
	{
		?>
		<p>
			<?php echo '<span class="jicons-text">' . JText::_('COM_CHURCHDIRECTORY_SPOUSE') . ': </span>' . $spouse; ?>
		</p>
		<?php
	} ?>
	<?php if ($this->params->get('dr_show_children') && $this->member->attribs->get('familypostion') != '2')
	{
		$children = $renderHelper->getChildren((int) $this->member->fu_id, false, $this->member->children);
		?>
		<p>
			<?php
			if ($children)
			{
				echo $children . '<br />';
			} ?>
		</p>
	<?php } ?>
	<?php if ($this->params->get('show_contact_category') == 'show_no_link')
	{
		?>
		<h3>
			<span class="contact-category"><?php echo $this->member->category_title; ?></span>
		</h3>