Made default category list of contacts better aligned and single column type.
This commit is contained in:
parent
1cd9d4dd3a
commit
cc950b2195
@ -87,10 +87,12 @@ $listDirn = $this->escape($this->state->get('list.direction'));
|
||||
<?php if ($this->params->get('show_country_headings') && !empty($item->country)) : ?>
|
||||
<?php $location[] = $item->country; ?>
|
||||
<?php endif; ?>
|
||||
<?php echo implode($location, ', '); ?>
|
||||
</div>
|
||||
<?php
|
||||
echo implode($location, ', ');
|
||||
if(! empty($location))
|
||||
echo "<br />";
|
||||
?>
|
||||
|
||||
<div class="span3 col-md-3">
|
||||
<?php if ($this->params->get('show_telephone_headings') && !empty($item->telephone)) : ?>
|
||||
<?php echo JText::sprintf('COM_CONTACT_TELEPHONE_NUMBER', $item->telephone); ?><br />
|
||||
<?php endif; ?>
|
||||
|
Loading…
Reference in New Issue
Block a user