HEX
Server: LiteSpeed
System: Linux linux31.centraldnserver.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: salamatk (1501)
PHP: 8.1.33
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
File: /home/salamatk/takarzan.ir/wp-content/themes/xts-luman/framework/configs/header-sceleton.php
<?php
/**
 * Default header builder structure
 *
 * @package xts
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Direct access not allowed.
}

$sceleton_structure = array(
	'id'      => 'root',
	'type'    => 'root',
	'title'   => 'Header builder',
	'content' => array(
		'top-bar'        => array(
			'id'      => 'top-bar',
			'type'    => 'row',
			'title'   => 'نوار بالا',
			'content' => array(
				'column5'        => array(
					'id'           => 'column5',
					'type'         => 'column',
					'title'        => 'Mega column',
					'class'        => 'xts-start' . ' xts-desktop',
					'desktop_only' => true,
				),
				'column6'        => array(
					'id'           => 'column6',
					'type'         => 'column',
					'title'        => 'Mega column',
					'class'        => 'xts-center xts-desktop',
					'desktop_only' => true,
				),
				'column7'        => array(
					'id'           => 'column7',
					'type'         => 'column',
					'title'        => 'Mega column',
					'class'        => 'xts-end xts-desktop',
					'desktop_only' => true,
				),
				'column_mobile1' => array(
					'id'          => 'column_mobile1',
					'type'        => 'column',
					'title'       => 'Mobile column',
					'class'       => 'xts-full xts-mobile',
					'mobile_only' => true,
				),
			),
		),
		'general-header' => array(
			'id'      => 'general-header',
			'type'    => 'row',
			'title'   => 'منو اصلی',
			'content' => array(
				'column8'        => array(
					'id'           => 'column8',
					'type'         => 'column',
					'title'        => 'Mega column',
					'class'        => 'xts-start xts-desktop',
					'desktop_only' => true,
				),
				'column9'        => array(
					'id'           => 'column9',
					'type'         => 'column',
					'title'        => 'Mega column',
					'class'        => 'xts-center xts-desktop',
					'desktop_only' => true,
				),
				'column10'       => array(
					'id'           => 'column10',
					'type'         => 'column',
					'title'        => 'Mega column',
					'class'        => 'xts-end xts-desktop',
					'desktop_only' => true,
				),
				'column_mobile2' => array(
					'id'          => 'column_mobile2',
					'type'        => 'column',
					'title'       => 'Mobile column',
					'class'       => 'xts-start xts-mobile',
					'mobile_only' => true,
				),
				'column_mobile3' => array(
					'id'          => 'column_mobile3',
					'type'        => 'column',
					'title'       => 'Mobile column',
					'class'       => 'xts-center xts-mobile',
					'mobile_only' => true,
				),
				'column_mobile4' => array(
					'id'          => 'column_mobile4',
					'type'        => 'column',
					'title'       => 'Mobile column',
					'class'       => 'xts-end xts-mobile',
					'mobile_only' => true,
				),
			),
		),
		'header-bottom'  => array(
			'id'      => 'header-bottom',
			'type'    => 'row',
			'title'   => 'منو پایین',
			'content' => array(
				'column11'       => array(
					'id'           => 'column11',
					'type'         => 'column',
					'title'        => 'Mega column',
					'class'        => 'xts-start xts-desktop',
					'desktop_only' => true,
				),
				'column12'       => array(
					'id'           => 'column12',
					'type'         => 'column',
					'title'        => 'Mega column',
					'class'        => 'xts-center xts-desktop',
					'desktop_only' => true,
				),
				'column13'       => array(
					'id'           => 'column13',
					'type'         => 'column',
					'title'        => 'Mega column',
					'class'        => 'xts-end xts-desktop',
					'desktop_only' => true,
				),
				'column_mobile5' => array(
					'id'          => 'column_mobile5',
					'type'        => 'column',
					'title'       => 'Mobile column',
					'class'       => 'xts-full xts-mobile',
					'mobile_only' => true,
				),
			),
		),
	),
);

return apply_filters( 'xts_header_sceleton', $sceleton_structure );