*/ // Get the options. $section5_usage = get_theme_mod( 'canuck_section5_usage', 'normal' ); $section5_text = stripslashes( get_theme_mod( 'canuck_section5_text', '' ) ); $section5_shortcode = stripslashes( get_theme_mod( 'canuck_section5_shortcode', '' ) ); $section5_include_link = get_theme_mod( 'canuck_include_section5_button', false ); $section5_link = get_theme_mod( 'canuck_section5_button_link', '#' ); $section5_button_label = get_theme_mod( 'canuck_section5_button_name', " " . __( 'more', 'canuck' ) ); $sec5_bg_image = get_theme_mod( 'canuck_section5_background_image', '' ); $sec5_use_parallax = get_theme_mod( 'canuck_section5_use_parallax', false ); if ( '' !== $sec5_bg_image && false !== $sec5_use_parallax ) { ?>