File "column-group.php"
Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/bb-plugin/includes/column-group.php
File size: 243 bytes
MIME-type: --
Charset: utf-8
<div<?php FLBuilder::render_column_group_attributes( $group ); ?>>
<?php
// $cols received as a magic variable from template loader
foreach ( $cols as $col ) :
?>
<?php FLBuilder::render_column( $col ); ?>
<?php endforeach; ?>
</div>