<?php if ( $this->params->get( 'show_email' ) ) : ?>
<td width="20%">
<?php echo $item->email_to; ?>
</td>
<?php endif; ?>
<?php if ( $this->params->get( 'show_telephone' ) ) : ?>
<td width="15%">
<?php echo $this->escape($item->telephone); ?>
</td>
<?php endif; ?>
Time to create page: 0.072 seconds