| Current Path : /home/helpink/www/templates/tp_landing/html/com_jbusinessdirectory/companies/ |
| Current File : /home/helpink/www/templates/tp_landing/html/com_jbusinessdirectory/companies/listing_sounds.php |
<?php
/**
* @package J-BusinessDirectory
*
* @author CMSJunkie http://www.cmsjunkie.com/
* @copyright Copyright (C) 2007 - 2022 CMSJunkie. All rights reserved.
* @license https://www.gnu.org/licenses/agpl-3.0.en.html
*/
defined('_JEXEC') or die('Restricted access');
?>
<div class='sounds-container'>
<?php if(!empty($this->sounds)){ ?>
<div class="row">
<?php foreach( $this->sounds as $sound ){
if(!empty($sound->iframe)) { ?>
<div class="col-md-6">
<?php echo ($sound->iframe) ?>
</div>
<?php } ?>
<?php } ?>
</div>
<?php } ?>
</div>