0 ) { for( $i=0; $i<$sectionNum; $i++ ){ $menu_title = ( of_get_option('section_menu_title_'.$i, true) != '' ) ? esc_html( of_get_option('section_menu_title_'.$i, true) ) : ''; $class = ( of_get_option('section_css_class_'.$i, true) != '' ) ? esc_html( of_get_option('section_css_class_'.$i, true) ) : ''; $image = ( of_get_option('section_image_'.$i, true) != '' ) ? of_get_option('section_image_'.$i, true) : ''; $content = ( of_get_option('section_content_'.$i, true) != '' ) ? of_get_option('section_content_'.$i, true) : ''; $content_color = ( of_get_option('section_content_color_'.$i, true) != '' ) ? of_get_option('section_content_color_'.$i, true) : ''; $cur = ""; if( $i==0 ) $cur = "cur"; $sub_nav .= '
  • '.$menu_title.'
  • '; $section_background = of_get_option( 'section_background_'.$i ); $background = singlepage_get_background( $section_background ); $section_background_size = of_get_option( 'background_size_'.$i, 'no' ); if( $section_background_size == 'yes'){ $background .= '-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;background-size:100% 100%;'; } if( $content_color != "" ) $background .= 'color:'.$content_color.';'; $output .= '
    '.do_shortcode( $content ).'
    '; } } ?>