__('Header', 'articled'), 'id' => 'articled_header', 'fields' => [ [ 'title' => __('Header Type', 'articled'), 'type' => 'select', 'id' => 'header_type', 'options' => [ '1' => __('Classic (Default)', 'articled'), '2' => __('Type 2', 'articled') ] ], ] ]); articled_load( 'options/header/header-top', ARTICLED_INC );