File "footer.php"

Full Path: /home/elegucvf/public_html/video/wp-content/plugins/atlas-core/functions/redux-sections/footer.php
File size: 2.06 KB
MIME-type: text/x-php
Charset: utf-8

<?php
Redux::set_section( $opt_name, array(
	'title' => esc_html__( 'Footer', 'atlas-core' ),
	'heading' => '',
	'id'    => 'footer',
	'subtitle'  => '',
	'icon'  => 'el el-caret-down',
	'fields' => array(
		array(
			'id'       => 'footer_template',
			'type'     => 'select',
			'title'    => esc_html__('Footer Template', 'atlas-core'),
			'subtitle' => esc_html__('Select the footer template.', 'atlas-core'),
			'desc'	=> sprintf( esc_html__( 'You can create the footer template from %1$sblock builder%2$s.', 'atlas-core' ), '<a target="_blank" href="' . admin_url('edit.php?post_type=th90_block') . '"><strong>', '</strong></a>' ),
			'options'  => th90_get_query_post_list( 'th90_block' ),
			'placeholder'  => esc_html__('Select footer', 'atlas-core'),
		),

		array(
			'id' 	=> 'section-footer-start',
			'type' 	=> 'section',
			'title' 	=> esc_html__( 'Default Footer & AMP Footer', 'atlas-core' ),
			'indent' 	=> true,
		),
		/*array(
			'id'      => 'footer_bg',
			'type'    => 'image_select',
			'title'   => esc_html__( 'Skin', 'atlas-core' ),
			'subtitle' => esc_html__( 'Control the footer widgets skin.', 'atlas-core' ),
			'desc'	=> sprintf( esc_html__( 'You can customize the skin elements color from %1$sskin colors settings%2$s.', 'atlas-core' ), '<a href="' . admin_url('?page=th90_options&tab=3') . '"><strong>', '</strong></a>' ),
			'options' => $th90_def_options['skins_section'],
			'default' => $th90_def_options['footer_bg'],
		),*/
		array(
		    'id'            => 'footer_bg_custom',
		    'type'          => 'color',
		    'title'         => esc_html__( 'Custom background color', 'atlas-core' ),
			'transparent'	=> false,
			'default'  => $th90_def_options['footer_bg_custom'],
			'output_variables' => true,
		),
		array(
			'id'       => 'copyright_text',
			'type'     => 'textarea',
			'title'    => esc_html__( 'Copyright text default', 'atlas-core' ),
			'subtitle' 	   => esc_html__( 'This is default copyright text. The default text will not displayed when you add the widgets.', 'atlas-core' ),
			'default'  => $th90_def_options['copyright_text'],
		),
	),
));