Quantcast
Channel: Recent Topics - Joom Donation - Joomla Extensions by Joomdonation - Joomla Extensions by Joomdonation
Viewing all articles
Browse latest Browse all 23651

SOLVED !!! show amenities in one column - by: maarten

$
0
0
there is a bti of code, that shows the amenities

<div class="features">
<h4 class="title"><?php echo JText::_('OS_FEATURES')?></h4>
<div class="arrow-bullet-list">
<div class="listing-features">
<div class="row-fluid">
<div class="span12">
<div class="row-fluid">
<?php echo $row->amens_str1;?>
</div>
</div>
</div>
</div>
</div>
</div>

i want them in one column, not 2 or 3. where do i alter the <?php echo $row->amens_str1;?> function?

Viewing all articles
Browse latest Browse all 23651

Trending Articles