File "page.php"
Full Path: /home/elegucvf/public_html/video/wp-content/plugins/atlas-core/functions/redux-sections/page.php
File size: 842 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
Redux::set_section( $opt_name, array(
'title' => esc_html__( 'Single Page', 'atlas-core' ),
'heading' => esc_html__( 'Single Page Settings', 'atlas-core' ),
'id' => 'page',
'icon' => 'el el-file',
'fields' => array(
array(
'id' => 'page_sidebar',
'type' => 'image_select',
'title' => esc_html__( 'Page sidebar layout', 'atlas-core' ),
'options' => $th90_def_options['sidebar_layouts'],
'default' => $th90_def_options['page_sidebar'],
),
/*array(
'id' => 'box_page',
'type' => 'switch',
'title' => esc_html__( 'Enable box style', 'atlas-core' ),
'subtitle' => esc_html__( 'If you want to enable box with border on default page content.', 'atlas-core' ),
'default' => $th90_def_options['box_page'],
'on' => 'Yes',
'off' => 'No',
),*/
),
) );