9 years 8 months ago - 9 years 8 months ago #73331
by maarten
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?
Last edit: 9 years 8 months ago by Dang Thuc Dam.
Please Log in or Create an account to join the conversation.