' . $name . ''; $arr = $options ? $options : array('Y' => __('Yes', 'b3'), 'N' => __('No', 'b3')); foreach ($arr as $key => $value ) { echo ' '. $value . ' '; } break; case 'checkbox': echo ''; echo ''; echo ' '; break; case 'color': echo ''; echo ''; break; case 'text': echo ''; echo ''; break; case 'hidden': echo ''; break; default: echo ''; echo ''; } } function b3_settings_page() { global $b3_options; if ( !empty($_GET['noheader']) && 'b3_save_file' == $_GET['action']) { $str = serialize($b3_options); if ( empty($str) ) die; header("Content-Type: application/octet-stream;"); header('Content-Disposition: attachment; filename='. 'b3-settings-'. date('YmdHis') .'.txt'); header('Accept-Ranges: bytes'); header('Content-Length: '.strlen($str)); die($str); } ?>

__('Yes', 'b3'), 'N' => __('No', 'b3'), 'demo' => __('Demo', 'b3'),)); ?>

__('Left', 'b3'), 'right'=> __('Right', 'b3'),) ); ?>

 

__('Local theme files', 'b3'), 'cdn' => __('Bootstrap CDN', 'b3'),) ) ?>