__('Two Columns','beyondmagazine'),
'three_col'=>__('Three Columns','beyondmagazine'));
$options = array();
$options[] = array(
'name' => __('Basic Options', 'beyondmagazine'),
'type' => 'heading');
$options[] = array(
'name' => __('Premium Features', 'beyondmagazine'),
'desc' => __('
- Upload Logo
- Slider (enable/disable title & description)
- Testimonials
- Google Fonts
- Color Picker
- Opening Hours
- Jet Pack
- 2-4 Columns Widgetized Footer Sidebar
','beyondmagazine').'
'.__('Update to Premium','beyondmagazine').'
'),
'type' => 'info');
$options[] = array(
'name' => __('Favicon Upload', 'beyondmagazine'),
'desc' => __('Upload Your Favicon icon here. Please upload a 16x16 icon.', 'beyondmagazine'),
'id' => 'favicon_upload',
'type' => 'upload');
$options[] = array(
'name' => __('Choose Post Layout)', 'beyondmagazine'),
'desc' => __('Choose two column or three column for posts layout.', 'beyondmagazine'),
'id' => 'post_layout',
'std' => 'two_col',
'type' => 'radio',
'options' => $columns);
$options[] = array(
'name' => __('Footer Sidebars', 'beyondmagazine'),
'desc' => __('Select Footer Sidebars Number.', 'beyondmagazine'),
'id' => 'footer_sidebars_number',
'std' => '1',
'type' => 'radio',
'options' => array('1'=>__('1','beyondmagazine'),
'2'=>__('2','beyondmagazine')
));
return $options;
}