Current File : /home/aventura/www/site/wp-content/plugins/victheme_core/wordpress/layout/area.php
<?php
/**
 * Class for building layout region.
 *
 * @author jason.xie@victheme.com
 */
class VTCore_Wordpress_Layout_Area
extends VTCore_Bootstrap_Grid_BsRow {

  protected $context = array(
    'type' => 'div',
    'text' => '',
    'weight' => '',
    'attributes' => array(),
    'name' => false,
    'id' => false,
    'description' => false,
  );
 
}