<?php
Redux::set_section( $opt_name, array(
'title' => esc_html__( 'Logo', 'atlas-core' ),
'heading' => esc_html__( 'Default Main Logo', 'atlas-core' ),
'id' => 'logo_settings',
'subtitle' => '',
'icon' => 'el el-asterisk',
'fields' => array_merge(
th90_logo_array_options( '', 'Main', $th90_def_options, $th90_def_output ),
array(
array(
'id' => 'section-mob_header_logo-start',
'type' => 'section',
'title' => esc_html__( 'Default Mobile Logo & AMP Logo', 'atlas-core' ),
'indent' => true,
),
),
th90_logo_array_options( '_mobile', 'Mobile', $th90_def_options, $th90_def_output ),
array(
array(
'id' => 'section-offcanvas_logo-start',
'type' => 'section',
'title' => esc_html__( 'OffCanvas Logo', 'atlas-core' ),
'indent' => true,
),
),
th90_logo_array_options( '_offcanvas', 'OffCanvas', $th90_def_options, $th90_def_output ),
),
));