403Webshell
Server IP : 38.190.208.107  /  Your IP : 216.73.217.1
Web Server : nginx/1.28.1
System : Linux ht2026040333114 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.37-1 (2023-07-03) x86_64
User : root ( 0)
PHP Version : 8.2.28
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv,eval,assert,passthru,system,exec,shell_exec,popen,proc_open
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /www/wwwroot/wp.12/wp-content/themes/dt-the7/inc/admin/theme-options/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/wwwroot/wp.12/wp-content/themes/dt-the7/inc/admin/theme-options/options-footer.php
<?php
/**
 * Footer theme options.
 */

defined( 'ABSPATH' ) || exit;

$options[] = array(
	'name' => _x( 'Footer', 'theme-options', 'the7mk2' ),
	'type' => 'heading',
	'id'   => 'footer',
);

$options[] = array(
	'name' => _x( 'Footer style', 'theme-options', 'the7mk2' ),
	'type' => 'block',
);

$options['footer-style'] = array(
	'name'    => _x( 'Footer background &amp; lines', 'theme-options', 'the7mk2' ),
	'id'      => 'footer-style',
	'std'     => 'content_width_line',
	'type'    => 'images',
	'class'   => 'small',
	'options' => array(
		'content_width_line' => array(
			'title' => _x( 'Content-width line', 'theme-options', 'the7mk2' ),
			'src'   => '/inc/admin/assets/images/footer-style-content-width-line.gif',
		),
		'full_width_line'    => array(
			'title' => _x( 'Full-width line', 'theme-options', 'the7mk2' ),
			'src'   => '/inc/admin/assets/images/footer-style-full-width-line.gif',
		),
		'solid_background'   => array(
			'title' => _x( 'Background', 'theme-options', 'the7mk2' ),
			'src'   => '/inc/admin/assets/images/footer-style-background.gif',
		),
	),
);

$options[] = array( 'type' => 'divider' );

$options['footer-bg_color'] = array(
	'name' => _x( 'Color', 'theme-options', 'the7mk2' ),
	'id'   => 'footer-bg_color',
	'std'  => '#1B1B1B',
	'type' => 'alpha_color',
);

$options['footer-decoration'] = array(
	'name'       => _x( 'Decoration', 'theme-options', 'the7mk2' ),
	'id'         => 'footer-decoration',
	'std'        => 'none',
	'type'       => 'images',
	'class'      => 'small',
	'divider'    => 'top',
	'options'    => array(
		'none'    => array(
			'title' => _x( 'None', 'theme-options', 'the7mk2' ),
			'src'   => '/inc/admin/assets/images/footer-style-background.gif',
		),
		'outline' => array(
			'title' => _x( 'Line', 'theme-options', 'the7mk2' ),
			'src'   => '/inc/admin/assets/images/footer-decoration-line.gif',
		),
	),
	'dependency' => array(
		'field'    => 'footer-style',
		'operator' => '==',
		'value'    => 'solid_background',
	),
);

$options['footer-decoration_outline_color'] = array(
	'name'       => _x( 'Decoration outline color', 'theme-options', 'the7mk2' ),
	'id'         => 'footer-decoration_outline_color',
	'std'        => '#FFFFFF',
	'type'       => 'alpha_color',
	'dependency' => array(
		array(
			'field'    => 'footer-style',
			'operator' => '==',
			'value'    => 'solid_background',
		),
		array(
			'field'    => 'footer-decoration',
			'operator' => '==',
			'value'    => 'outline',
		),
	),
);
$options['footer-decoration-line_size'] = array(
	'id'         => 'footer-decoration-line_size',
	'name'       => _x( 'Line height', 'theme-options', 'the7mk2' ),
	'std'        => '1px',
	'type'       => 'number',
	'units'      => 'px',
	'dependency' => array(
		array(
			'field'    => 'footer-style',
			'operator' => '!=',
			'value'    => 'solid_background',
		),
	),
);
$options['footer-bg_image'] = array(
	'type'       => 'background_img',
	'name'       => _x( 'Add background image', 'theme-options', 'the7mk2' ),
	'id'         => 'footer-bg_image',
	'divider'    => 'top',
	'std'        => array(
		'image'      => '',
		'repeat'     => 'repeat',
		'position_x' => 'center',
		'position_y' => 'center',
	),
	'dependency' => array(
		'field'    => 'footer-style',
		'operator' => '==',
		'value'    => 'solid_background',
	),
);

$options['footer-slide-out-mode'] = array(
	'name'       => _x( 'Slide-out mode', 'theme-options', 'the7mk2' ),
	'desc'       => _x( '"Slide-out mode" isn\'t compatible with transparent/semitransparent content area background.', 'theme-options', 'the7mk2' ),
	'id'         => 'footer-slide-out-mode',
	'std'        => '0',
	'type'       => 'images',
	'class'      => 'small',
	'divider'    => 'top',
	'options'    => array(
		'1' => array(
			'title' => _x( 'Enabled', 'theme-options', 'the7mk2' ),
			'src'   => '/inc/admin/assets/images/footer-slide-out-mode-enabled.gif',
		),
		'0' => array(
			'title' => _x( 'Disabled', 'theme-options', 'the7mk2' ),
			'src'   => '/inc/admin/assets/images/footer-slide-out-mode-disabled.gif',
		),
	),
	'dependency' => array(
		'field'    => 'footer-style',
		'operator' => '==',
		'value'    => 'solid_background',
	),
);

$options[] = array(
	'name' => _x( 'Footer font color', 'theme-options', 'the7mk2' ),
	'type' => 'block',
);

$options['footer-headers_color'] = array(
	'name' => _x( 'Headings color', 'theme-options', 'the7mk2' ),
	'id'   => 'footer-headers_color',
	'std'  => '#ffffff',
	'type' => 'color',
);

$options['footer-primary_text_color'] = array(
	'name' => _x( 'Content color', 'theme-options', 'the7mk2' ),
	'id'   => 'footer-primary_text_color',
	'std'  => '#828282',
	'type' => 'color',
);

$options['footer-accent_text_color'] = array(
	'name'     => _x( 'Accent color', 'theme-options', 'the7mk2' ),
	'id'       => 'footer-accent_text_color',
	'std'      => '',
	'type'     => 'color',
	'sanitize' => 'empty_color',
	'desc'     => _x( 'Leave empty to use default accent color.', 'theme-options', 'the7mk2' ),
);

$options[] = array(
	'name' => _x( 'Footer layout', 'theme-options', 'the7mk2' ),
	'type' => 'block',
);

$options['footer-padding'] = array(
	'name'   => _x( 'Paddings', 'theme-options', 'the7mk2' ),
	'id'     => 'footer-padding',
	'type'   => 'spacing',
	'std'    => '50px 50px 50px 50px',
	'units'  => 'px|%',
	'fields' => array(
		_x( 'Top', 'theme-options', 'the7mk2' ),
		_x( 'Right', 'theme-options', 'the7mk2' ),
		_x( 'Bottom', 'theme-options', 'the7mk2' ),
		_x( 'Left', 'theme-options', 'the7mk2' ),
	),
);

$options['footer-collapse_after'] = array(
	'name'  => _x( 'Mobile breakpoint', 'theme-options', 'the7mk2' ),
	'id'    => 'footer-collapse_after',
	'std'   => '760px',
	'type'  => 'number',
	'units' => 'px',
);


$options['footer-mobile_padding'] = array(
	'name'   => _x( 'Mobile paddings', 'theme-options', 'the7mk2' ),
	'id'     => 'footer-mobile_padding',
	'type'   => 'spacing',
	'std'    => '50px 20px 50px 20px',
	'units'  => 'px|%',
	'fields' => array(
		_x( 'Top', 'theme-options', 'the7mk2' ),
		_x( 'Right', 'theme-options', 'the7mk2' ),
		_x( 'Bottom', 'theme-options', 'the7mk2' ),
		_x( 'Left', 'theme-options', 'the7mk2' ),
	),
);
$options['footer-collapse_columns_after'] = array(
	'name'  => _x( 'Collapse columns after', 'theme-options', 'the7mk2' ),
	'id'    => 'footer-collapse_columns_after',
	'std'   => '760px',
	'type'  => 'number',
	'units' => 'px',
);

$options[] = array( 'type' => 'divider' );

$options['footer-paddings-columns'] = array(
	'desc'  => _x( 'E.g. 20 pixel padding will give you 40 pixel gap between columns.', 'theme-options', 'the7mk2' ),
	'name'  => _x( 'Padding between footer columns', 'theme-options', 'the7mk2' ),
	'id'    => 'footer-paddings-columns',
	'std'   => '44px',
	'type'  => 'number',
	'units' => 'px',
);

$options[] = array( 'type' => 'divider' );

$options['footer-layout'] = array(
	'name' => _x( 'Layout', 'theme-options', 'the7mk2' ),
	'desc' => _x( 'E.g. "1/4+1/4+1/2"', 'theme-options', 'the7mk2' ),
	'id'   => 'footer-layout',
	'std'  => '1/4+1/4+1/4+1/4',
	'type' => 'text',
);

$options[] = array( 'type' => 'divider' );

$options['footer-is_fullwidth'] = array(
	'id'      => 'footer-is_fullwidth',
	'name'    => _x( 'Full width', 'theme-options', 'the7mk2' ),
	'type'    => 'images',
	'class'   => 'small',
	'std'     => '0',
	'options' => array(
		'1' => array(
			'title' => _x( 'Enabled', 'theme-options', 'the7mk2' ),
			'src'   => '/inc/admin/assets/images/footer-is-fullwidth.gif',
		),
		'0' => array(
			'title' => _x( 'Disabled', 'theme-options', 'the7mk2' ),
			'src'   => '/inc/admin/assets/images/footer-is-normal.gif',
		),
	),
);

$options[] = array(
	'name' => _x( 'Bottom bar', 'theme-options', 'the7mk2' ),
	'type' => 'heading',
	'id'   => 'bottom-bar',
);

$options[] = array(
	'name' => _x( 'Bottom bar style', 'theme-options', 'the7mk2' ),
	'type' => 'block',
);

$options['bottom_bar-enabled'] = array(
	'name'    => _x( 'Bottom bar', 'theme-options', 'the7mk2' ),
	'id'      => 'bottom_bar-enabled',
	'type'    => 'radio',
	'std'     => '1',
	'options' => array(
		'1' => _x( 'Enabled', 'theme-options', 'the7mk2' ),
		'0' => _x( 'Disabled', 'theme-options', 'the7mk2' ),
	),
);

$options[] = array( 'type' => 'divider' );

$options['bottom_bar-style'] = array(
	'name'    => _x( 'Bottom bar background &amp; lines', 'theme-options', 'the7mk2' ),
	'id'      => 'bottom_bar-style',
	'std'     => 'content_width_line',
	'type'    => 'images',
	'class'   => 'small',
	'options' => array(
		'content_width_line' => array(
			'title' => _x( 'Content-width line', 'theme-options', 'the7mk2' ),
			'src'   => '/inc/admin/assets/images/bottom_bar-style-content-width-line.gif',
		),
		'full_width_line'    => array(
			'title' => _x( 'Full-width line', 'theme-options', 'the7mk2' ),
			'src'   => '/inc/admin/assets/images/bottom_bar-style-full-width-line.gif',
		),
		'solid_background'   => array(
			'title' => _x( 'Background', 'theme-options', 'the7mk2' ),
			'src'   => '/inc/admin/assets/images/bottom_bar-style-background.gif',
		),
	),
);

$options[] = array( 'type' => 'divider' );

$options['bottom_bar-bg_color'] = array(
	'name' => _x( 'Color', 'theme-options', 'the7mk2' ),
	'id'   => 'bottom_bar-bg_color',
	'std'  => '#ffffff',
	'type' => 'alpha_color',
);
$options['bottom_bar-line_size'] = array(
	'id'         => 'bottom_bar-line_size',
	'name'       => _x( 'Line height', 'theme-options', 'the7mk2' ),
	'std'        => '1px',
	'type'       => 'number',
	'units'      => 'px',
	'dependency' => array(
		array(
			'field'    => 'bottom_bar-style',
			'operator' => '!=',
			'value'    => 'solid_background',
		),
	),
);

$options['bottom_bar-bg_image'] = array(
	'type'       => 'background_img',
	'id'         => 'bottom_bar-bg_image',
	'name'       => _x( 'Add background image', 'theme-options', 'the7mk2' ),
	'divider'    => 'top',
	'std'        => array(
		'image'      => '',
		'repeat'     => 'repeat',
		'position_x' => 'center',
		'position_y' => 'center',
	),
	'dependency' => array(
		'field'    => 'bottom_bar-style',
		'operator' => '==',
		'value'    => 'solid_background',
	),
);

$options[] = array(
	'name' => _x( 'Bottom bar layout', 'theme-options', 'the7mk2' ),
	'type' => 'block',
);

$options['bottom_bar-layout'] = array(
	'name'    => _x( 'Layout', 'theme-options', 'the7mk2' ),
	'id'      => 'bottom_bar-layout',
	'std'     => 'logo_left',
	'type'    => 'images',
	'class'   => 'small',
	'options' => array(
		'logo_left'   => array(
			'title' => _x( 'Side', 'theme-options', 'the7mk2' ),
			'src'   => '/inc/admin/assets/images/bb02.gif',
		),
		'split'       => array(
			'title' => _x( 'Split', 'theme-options', 'the7mk2' ),
			'src'   => '/inc/admin/assets/images/bbsplit.gif',
		),
		'logo_center' => array(
			'title' => _x( 'Centered', 'theme-options', 'the7mk2' ),
			'src'   => '/inc/admin/assets/images/bb01.gif',
		),
	),
);

$options[] = array( 'type' => 'divider' );

$options['bottom_bar-height'] = array(
	'id'    => 'bottom_bar-height',
	'name'  => _x( 'Height', 'theme-options', 'the7mk2' ),
	'std'   => '60px',
	'type'  => 'number',
	'units' => 'px',
);

$options['bottom_bar-padding'] = array(
	'name'   => _x( 'Paddings', 'theme-options', 'the7mk2' ),
	'id'     => 'bottom_bar-padding',
	'type'   => 'spacing',
	'std'    => '10 10',
	'units'  => 'px',
	'fields' => array(
		_x( 'Top', 'theme-options', 'the7mk2' ),
		_x( 'Bottom', 'theme-options', 'the7mk2' ),
	),
);

$options['bottom_bar-collapse_after']      = array(
	'name'    => _x( 'Mobile breakpoint', 'theme-options', 'the7mk2' ),
	'id'      => 'bottom_bar-collapse_after',
	'std'     => '990px',
	'type'    => 'number',
	'units'   => 'px',
	'divider' => 'top',
);

$options['bottom_bar-menu-collapse_after'] = array(
	'name'    => _x( 'Custom menu mobile breakpoint', 'theme-options', 'the7mk2' ),
	'id'      => 'bottom_bar-menu-collapse_after',
	'std'     => '778px',
	'type'    => 'number',
	'units'   => 'px',
	'divider' => 'top',
);

$options[] = array(
	'name' => _x( 'Bottom bar font color', 'theme-options', 'the7mk2' ),
	'type' => 'block',
);

$options['bottom_bar-color'] = array(
	'name' => _x( 'Font color', 'theme-options', 'the7mk2' ),
	'id'   => 'bottom_bar-color',
	'std'  => '#757575',
	'type' => 'color',
);

$options[] = array(
	'name' => _x( 'Text area', 'theme-options', 'the7mk2' ),
	'type' => 'block',
);

$options['bottom_bar-text'] = array(
	'name'     => _x( 'Text area', 'theme-options', 'the7mk2' ),
	'desc'     => _x(
		'You can use the [dt_year] shortcode to display the current year dynamically.',
		'theme-options',
		'the7mk2'
	),
	'id'       => 'bottom_bar-text',
	'std'      => false,
	'type'     => 'textarea',
	'sanitize' => 'without_sanitize',
);

Youez - 2016 - github.com/yon3zu
LinuXploit