?
Current File : /home/c/i/d/cideo/www/wp-contentVIp/themes/vika/woocommerce/loop/loop-start.php
<?php
/**
 * Product Loop Start
 *
 * @author 		WooThemes
 * @package 	WooCommerce/Templates
 * @version     2.0.0
 */

// royal shop grid values
$sPage_general 	 = royal_get_option( 'royal_sPage_general' );
$sSingle_details = royal_get_option( 'royal_sSingle_details' );

?>
<ul id="woocommerce-container" class="products" data-layout="<?php echo $sPage_general['layout']; ?>" data-columns-rate="<?php echo $sPage_general['columns_rate']; ?>" data-single-columns-rate="<?php echo $sSingle_details['columns_rate']; ?>" data-gutter-horz="<?php echo $sPage_general['gutter_horz']; ?>" data-gutter-vert="<?php echo $sPage_general['gutter_vert']; ?>">