%k25u25%fgd5n!
/home/nancmxek/ljsecuredoors.com/wp-content/themes/windazo/inc/fw/theme/options/posts/sections.php
<?php if ( ! defined( 'FW' ) ) {
	die( 'Forbidden' );
}


$options = array(
	'theme_block' => array(
		'title'   => esc_html__( 'Theme Block', 'windazo' ),
		'label'   => esc_html__( 'Theme Block', 'windazo' ),
		'type'    => 'select',
		'choices' => array(
			'none'  => esc_html__( 'Not Assigned', 'windazo' ),
			'before_footer'  => esc_html__( 'Before Footer', 'windazo' ),
			'subscribe'  => esc_html__( 'Subscribe', 'windazo' ),
			'top_bar'  => esc_html__( 'Top Bar', 'windazo' ),
		),
		'value' => 'none',
	)
);