latest works', 'bizes') ); $description = get_theme_mod('portfolio_section_description'); $lightbox_enable = get_theme_mod('portfolio_lightbox_enable', 1); $total_items = get_theme_mod('portfolio_total_count', 6); $top_curve = get_theme_mod('portfolio_top_cruved', 0); $botttom_curve = get_theme_mod('portfolio_bottom_cruved', 0); $classes = array(); if ( 1=== $top_curve ) { $classes[] = 'top-curved'; } else { $classes[] = 'top-no-curved'; } if ( 1=== $botttom_curve ) { $classes[] = 'bottom-curved'; } else { $classes[] = 'bottom-no-curved'; } if(1===$section_enable && class_exists( 'Themereps_Helper' ) ) : ?>