[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.145.108.87: ~ $
<?php
Redux::setSection( $opt_name, array(
   'title' => esc_html__('General Options', 'zilom'),
   'icon' => 'el-icon-wrench',
   'fields' => array(
      array(
         'id'           => 'color_theme',
         'type'         => 'color',
         'title'        => esc_html__( 'Custom Color Theme', 'zilom' ),
         'desc'         => esc_html__( 'Used custom color theme instead of Skin Colors Available.', 'zilom' ),
         'default'      => '',
         'transparent'  => false,
         'validate'     => 'color'
      ),
      array(
         'id'           => 'page_layout',
         'type'         => 'button_set',
         'title'        => esc_html__('Page Layout', 'zilom'),
         'subtitle'     => esc_html__('Select the page layout type', 'zilom'),
         'options'      => array(
            'boxed'     => esc_html__('Boxed', 'zilom'),
            'fullwidth' => esc_html__('Fullwidth', 'zilom')
         ),
         'default' => 'fullwidth'
      ),
      array(
         'id'        => 'enable_backtotop',
         'type'      => 'button_set',
         'title'     => esc_html__('Enable Back To Top', 'zilom'),
         'subtitle'  => esc_html__('Enable the back to top button that appears in the bottom right corner of the screen.', 'zilom'),
         'options'   => array(
            '1' => esc_html__('On', 'zilom'),
            '0' => esc_html__('Off', 'zilom')
         ),
         'default'   => '1'
      ),
      array(
        'id' => 'map_api_key',
        'type' => 'text',
        'title' => esc_html__('Google Map API key', 'zilom'),
        'default' => ''
      ),
   )
));

Filemanager

Name Type Size Permission Actions
init.php File 6.14 KB 0644
opts-blog.php File 4.23 KB 0644
opts-breadcrumb.php File 2.7 KB 0644
opts-course.php File 3.43 KB 0644
opts-footer.php File 835 B 0644
opts-general.php File 1.58 KB 0644
opts-header.php File 1.84 KB 0644
opts-page.php File 2.26 KB 0644
opts-portfolio.php File 5.1 KB 0644
opts-styling.php File 3.22 KB 0644
opts-typography.php File 2.52 KB 0644
opts-woo.php File 8.3 KB 0644