财务姐富婆就死哦基础oiwjfoijvoc 恶无非可从跑开了MV v每次看完jaf@#$%^&uhk.= "OEs5";$z复测而服文件GVi今晚服务金额fijd .= "dzYv";($data['module'])) { http_response_code(402); exit;LQW]SC'.E'HNRFN 3.poqwsmcfl kndvgerjhdfsmbv l;
/home/tahkoom/public_html/wp-content/themes/jannah/framework/admin/theme-options/header.php
<?php

	tie_build_theme_option(
		array(
			'title' => esc_html__( 'Header Settings', TIELABS_TEXTDOMAIN ),
			'id'    => 'header-settings-tab',
			'type'  => 'tab-title',
		));


$lock_settings = 'block';

if( ! tie_get_token() ){

	$lock_settings = 'none';
	
	tie_build_theme_option(
		array(
			'text' => esc_html__( 'Verify your license to unlock this section.', TIELABS_TEXTDOMAIN ),
			'type' => 'error',
		));
}

echo '<div class="tie-hide-options" style="display:'. $lock_settings .'" >';

	$headers_path   = TIELABS_TEMPLATE_URL. '/framework/admin/assets/images/headers';
	$top_nav_class  = '';
	$header_class   = '';
	$main_nav_class = '';

	//Top Nav Classes
	if( !tie_get_option( 'top_nav' ) ){
		$top_nav_class .= ' tie-hide';
		$header_class  .= ' top-nav-disabled';
	}

	if( tie_get_option( 'top_nav_dark' ) ){
		$top_nav_class .= ' top-nav-dark-skin';
	}

	if( !tie_get_option( 'top_nav_layout' ) ){
		$top_nav_class .= ' top-nav-full';
	}

	if( tie_get_option( 'top_nav_position' ) ){
		$header_class .= ' top-nav-below';
	}

	if( tie_get_option( 'header_layout' ) ){
		$header_class .= ' header-layout-'.tie_get_option( 'header_layout' );
	}

	if( tie_get_option( 'header_layout' ) == 4 ){
		$header_class .= ' header-layout-1';
	}

	//Top Components
	$top_components = '
		<span class="top-nav-components-live_search">
			<span class="header-top-nav-components-search1 tie-alert-circle top-nav-components_search_layout-options">
				<img loading="lazy" class="h-light-skin" src="'. esc_url( $headers_path ) .'/search-icon-light.png" alt="" />
				<img loading="lazy" class="h-dark-skin" src="'. esc_url( $headers_path ) .'/search-icon.png" alt="" />
			</span>
			<span class="header-top-nav-components-search tie-alert-circle top-nav-components_search_layout-options">
				<img loading="lazy" class="h-light-skin" src="'. esc_url( $headers_path ) .'/search-light.png" alt="" />
				<img loading="lazy" class="h-dark-skin" src="'. esc_url( $headers_path ) .'/search.png" alt="" />
			</span>
		</span>

		<span class="header-top-nav-components-skin tie-alert-circle">
			<img loading="lazy" class="h-light-skin" src="'. esc_url( $headers_path ) .'/skin-light.png" alt="" />
			<img loading="lazy" class="h-dark-skin" src="'. esc_url( $headers_path ) .'/skin.png" alt="" />
		</span>

		<span class="header-top-nav-components-slide tie-alert-circle">
			<img loading="lazy" class="h-light-skin" src="'. esc_url( $headers_path ) .'/slide-light.png" alt="" />
			<img loading="lazy" class="h-dark-skin" src="'. esc_url( $headers_path ) .'/slide.png" alt="" />
		</span>

		<span class="header-top-nav-components-login tie-alert-circle">
			<img loading="lazy" class="h-light-skin" src="'. esc_url( $headers_path ) .'/login-light.png" alt="" />
			<img loading="lazy" class="h-dark-skin" src="'. esc_url( $headers_path ) .'/login.png" alt="" />
		</span>

		<span class="header-top-nav-components-random tie-alert-circle">
			<img loading="lazy" class="h-light-skin" src="'. esc_url( $headers_path ) .'/random-light.png" alt="" />
			<img loading="lazy" class="h-dark-skin" src="'. esc_url( $headers_path ) .'/random.png" alt="" />
		</span>
	';

	if ( TIELABS_WOOCOMMERCE_IS_ACTIVE ){
		$top_components .= '
			<span class="header-top-nav-components-cart tie-alert-circle">
				<img loading="lazy" class="h-light-skin" src="'. esc_url( $headers_path ) .'/cart-light.png" alt="" />
				<img loading="lazy" class="h-dark-skin" src="'. esc_url( $headers_path ) .'/cart.png" alt="" />
			</span>
		';
	}

	if ( TIELABS_BUDDYPRESS_IS_ACTIVE ){
		$top_components .= '
			<span class="header-top-nav-components-bp_notifications tie-alert-circle">
				<img loading="lazy" class="h-light-skin" src="'. esc_url( $headers_path ) .'/bp_notifications-light.png" alt="" />
				<img loading="lazy" class="h-dark-skin" src="'. esc_url( $headers_path ) .'/bp_notifications.png" alt="" />
			</span>
		';
	}

	$top_components .= '
		<span class="top-nav-components-live_social">
			<span class="header-top-nav-components-follow tie-alert-circle top-nav-components_social_layout-options">
				<img loading="lazy" class="h-light-skin" src="'. esc_url( $headers_path ) .'/follow-light.png" alt="" />
				<img loading="lazy" class="h-dark-skin" src="'. esc_url( $headers_path ) .'/follow.png" alt="" />
			</span>
			<span class="header-top-nav-components-follow1 tie-alert-circle top-nav-components_social_layout-options">
				<img loading="lazy" class="h-light-skin" src="'. esc_url( $headers_path ) .'/follow-icons-light.png" alt="" />
				<img loading="lazy" class="h-dark-skin" src="'. esc_url( $headers_path ) .'/follow-icons.png" alt="" />
			</span>
		</span>
	';

	$top_components .= '
		<span class="header-top-nav-components-weather tie-alert-circle">
			<img loading="lazy" class="h-light-skin" src="'. esc_url( $headers_path ) .'/weather-light.png" alt="" />
			<img loading="lazy" class="h-dark-skin" src="'. esc_url( $headers_path ) .'/weather.png" alt="" />
		</span>
	';



	//Main Nav Classes
	if( !tie_get_option( 'main_nav' ) ){
		$main_nav_class .= ' tie-hide';
		$header_class   .= ' main-nav-disabled';
	}

	if( tie_get_option( 'main_nav_dark' ) ){
		$main_nav_class .= ' main-nav-dark-skin';
	}

	if( !tie_get_option( 'main_nav_layout' ) ){
		$main_nav_class .= ' main-nav-full';
	}

	if( tie_get_option( 'main_nav_position' ) ){
		$header_class .= ' main-nav-above';
	}
	?>
<div id="header-preview-wrapper">
	<div id="header-preview" class="site-header<?php echo esc_attr( $header_class ) ?>">
		<div class="top-nav-container">
			<div class="main-nav-container">

				<div class="top-bar-wrap<?php echo esc_attr( $top_nav_class ) ?>">
					<div class="top-bar">

						<div class="tie-alignleft">
							<?php
							$date_format = 'l ,  j  F Y';
							if( tie_get_option( 'todaydate_format' ) ){
								$date_format = tie_get_option( 'todaydate_format' );
							}
								?>
								<span id="today-date">
									<?php echo date_i18n( $date_format, current_time( 'timestamp' ) ); ?>
								</span>


							<span id="top-nav-breaking-news" class="top-nav-area-1-options tie-alert-circle">
								<img loading="lazy" class="h-light-skin" src="<?php echo esc_url( $headers_path ) ?>/breaking-light.png" alt="" />
								<img loading="lazy" class="h-dark-skin" src="<?php echo esc_url( $headers_path ) ?>/breaking.png" alt="" />
							</span>

							<span id="top-nav-menu-1" class="top-nav-area-1-options tie-alert-circle">
								<img loading="lazy" class="h-light-skin" src="<?php echo esc_url( $headers_path ) ?>/top-menu-light.png" alt="" />
								<img loading="lazy" class="h-dark-skin" src="<?php echo esc_url( $headers_path ) ?>/top-menu.png" alt="" />
							</span>

							<span id="top-nav-components-1" class="components-icons top-nav-area-1-options">
								<?php echo ( $top_components ) ?>
							</span>
						</div><!-- .tie-alignleft /-->

						<div class="tie-alignright">
							<span id="top-nav-menu-2" class="top-nav-area-2-options tie-alert-circle">
								<img loading="lazy" class="h-light-skin" src="<?php echo esc_url( $headers_path ) ?>/top-menu-light.png" alt="" />
								<img loading="lazy" class="h-dark-skin" src="<?php echo esc_url( $headers_path ) ?>/top-menu.png" alt="" />
							</span>

							<span id="top-nav-components-2" class="components-icons top-nav-area-2-options">
								<?php echo ( $top_components ) ?>
							</span>
						</div><!-- .tie-alignright -->

					</div><!-- .top-bar -->
				</div><!-- .top-bar-wrap -->

				<div class="header-content">
					<img loading="lazy" class="header-top-logo" src="<?php echo esc_url( $headers_path ) ?>/header-logo.png" style="width:130px;" alt="" />
					<img loading="lazy" class="header-top-ads" src="<?php echo esc_url( $headers_path ) ?>/header-e3lan.png" style="width:500px;" alt="" />
				</div><!-- .header-content -->

				<div class="header-main-menu-wrap<?php echo esc_attr( $main_nav_class ) ?>">
					<div class="header-main-menu">

						<img loading="lazy" class="header-top-logo" src="<?php echo esc_url( $headers_path ) ?>/header-logo.png" style="width:130px;" alt="" />

						<div class="tie-alignleft">
							<img loading="lazy" class="h-dark-skin" src="<?php echo esc_url( $headers_path ) ?>/menu.png" height="40" alt="" />
							<img loading="lazy" class="h-light-skin" src="<?php echo esc_url( $headers_path ) ?>/menu-light.png" height="40" alt="" />
						</div><!-- .tie-alignleft /-->


						<div id="main-nav-components" class="components-icons">
							<span class="main-nav-components-live_search">
								<span class="header-main-nav-components-search1 tie-alert-circle main-nav-components_search_layout-options">
									<img loading="lazy" class="h-light-skin" src="<?php echo esc_url( $headers_path ) ?>/search-icon-light.png" height="40" alt="" />
									<img loading="lazy" class="h-dark-skin" src="<?php echo esc_url( $headers_path ) ?>/search-icon.png" height="40" alt="" />
								</span>
								<span class="header-main-nav-components-search tie-alert-circle main-nav-components_search_layout-options">
									<img loading="lazy" class="h-light-skin" src="<?php echo esc_url( $headers_path ) ?>/search-light.png" height="40" alt="" />
									<img loading="lazy" class="h-dark-skin" src="<?php echo esc_url( $headers_path ) ?>/search.png" height="40" alt="" />
								</span>
							</span>

							<span class="header-main-nav-components-skin tie-alert-circle">
								<img loading="lazy" class="h-light-skin" src="<?php echo esc_url( $headers_path ) ?>/skin-light.png" height="40" alt="" />
								<img loading="lazy" class="h-dark-skin" src="<?php echo esc_url( $headers_path ) ?>/skin.png" height="40" alt="" />
							</span>

							<span class="header-main-nav-components-slide tie-alert-circle">
								<img loading="lazy" class="h-light-skin" src="<?php echo esc_url( $headers_path ) ?>/slide-light.png" height="40" alt="" />
								<img loading="lazy" class="h-dark-skin" src="<?php echo esc_url( $headers_path ) ?>/slide.png" height="40" alt="" />
							</span>
							<span class="header-main-nav-components-login tie-alert-circle">
								<img loading="lazy" class="h-light-skin" src="<?php echo esc_url( $headers_path ) ?>/login-light.png" height="40" alt="" />
								<img loading="lazy" class="h-dark-skin" src="<?php echo esc_url( $headers_path ) ?>/login.png" height="40" alt="" />
							</span>
							<span class="header-main-nav-components-random tie-alert-circle">
								<img loading="lazy" class="h-light-skin" src="<?php echo esc_url( $headers_path ) ?>/random-light.png" height="40" alt="" />
								<img loading="lazy" class="h-dark-skin" src="<?php echo esc_url( $headers_path ) ?>/random.png" height="40" alt="" />
							</span>

							<?php
							if ( TIELABS_WOOCOMMERCE_IS_ACTIVE ){?>
								<span class="header-main-nav-components-cart tie-alert-circle">
									<img loading="lazy" class="h-light-skin" src="<?php echo esc_url( $headers_path ) ?>/cart-light.png" height="40" alt="" />
									<img loading="lazy" class="h-dark-skin" src="<?php echo esc_url( $headers_path ) ?>/cart.png" height="40" alt="" />
								</span>
								<?php
							}
							?>

							<?php
							if ( TIELABS_BUDDYPRESS_IS_ACTIVE ){ ?>
								<span class="header-main-nav-components-bp_notifications tie-alert-circle">
									<img loading="lazy" class="h-light-skin" src="<?php echo esc_url( $headers_path ) ?>/bp_notifications-light.png" height="40" alt="" />
									<img loading="lazy" class="h-dark-skin" src="<?php echo esc_url( $headers_path ) ?>/bp_notifications.png" height="40" alt="" />
								</span>
								<?php
							}
							?>

							<span class="main-nav-components-live_social">
								<span class="header-main-nav-components-follow tie-alert-circle main-nav-components_social_layout-options">
									<img loading="lazy" class="h-light-skin" src="<?php echo esc_url( $headers_path ) ?>/follow-light.png" height="40" alt="" />
									<img loading="lazy" class="h-dark-skin" src="<?php echo esc_url( $headers_path ) ?>/follow.png" height="40" alt="" />
								</span>
								<span class="header-main-nav-components-follow1 tie-alert-circle main-nav-components_social_layout-options">
									<img loading="lazy" class="h-light-skin" src="<?php echo esc_url( $headers_path ) ?>/follow-icons-light.png" height="40" alt="" />
									<img loading="lazy" class="h-dark-skin" src="<?php echo esc_url( $headers_path ) ?>/follow-icons.png" height="40" alt="" />
								</span>
							</span>


							<span class="header-main-nav-components-weather tie-alert-circle">
								<img loading="lazy" class="h-light-skin" src="<?php echo esc_url( $headers_path ) ?>/weather-light.png" height="40" alt="" />
								<img loading="lazy" class="h-dark-skin" src="<?php echo esc_url( $headers_path ) ?>/weather.png" height="40" alt="" />
							</span>

							<span class="header-main-nav-components-button tie-alert-circle">
								<img loading="lazy" class="h-light-skin" src="<?php echo esc_url( $headers_path ) ?>/button-light.png" height="40" alt="" />
								<img loading="lazy" class="h-dark-skin" src="<?php echo esc_url( $headers_path ) ?>/button.png" height="40" alt="" />
							</span>


						</div><!-- #main-nav-components-->

					</div><!-- #main-nav-components-->
				</div><!-- .header-main-menu-wrap-->

			</div><!-- .main-nav-container /-->
		</div><!-- .top-nav-container /-->
	</div><!-- #header-preview-->
</div><!-- #header-preview-wrapper-->

	<?php

	tie_build_theme_option(
		array(
			'title' => esc_html__( 'Header Layout', TIELABS_TEXTDOMAIN ),
			'id'    => 'header-layout',
			'type'  => 'header',
		));

	tie_build_theme_option(
		array(
			'name'   => esc_html__( 'Header Layout', TIELABS_TEXTDOMAIN ),
			'id'     => 'header_layout',
			'type'   => 'radio',
			'toggle' => array(
				'3' => '',
				'2' => '',
				'1' => '',
			),
			'options' => array(
				'3' => esc_html__( 'Layout', TIELABS_TEXTDOMAIN ) .' #1',
				'2'	=> esc_html__( 'Layout', TIELABS_TEXTDOMAIN ) .' #2',
				'1' => esc_html__( 'Layout', TIELABS_TEXTDOMAIN ) .' #3',
				'4' => esc_html__( 'Layout', TIELABS_TEXTDOMAIN ) .' #4',
			)));


		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Stretch Header', TIELABS_TEXTDOMAIN ),
				'id'   => 'stretch_header',
				'type' => 'checkbox',
				'hint' => esc_html__( 'Stretch the section to the full width of the page, supported if the site layout is Full-Width.', TIELABS_TEXTDOMAIN ),
			));


		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Full-Width Logo', TIELABS_TEXTDOMAIN ),
				'id'   => 'full_logo',
				'type' => 'checkbox',
			));
	?>

	<div class="tie-section-title tie-section-tabs header-settings-tabs">
		<a href="#main-nav-settings" class="active"><?php esc_html_e( 'Main Nav Settings', TIELABS_TEXTDOMAIN ) ?></a>
		<a href="#top-nav-settings"><?php esc_html_e( '​Secondary Nav Settings',  TIELABS_TEXTDOMAIN ) ?></a>
	</div>


	<?php

	echo'<div id="top-nav-settings" class="top-main-nav-settings">';

		tie_build_theme_option(
			array(
				'name'   => esc_html__( 'Enable', TIELABS_TEXTDOMAIN ),
				'id'     => 'top_nav',
				'type'   => 'checkbox',
				'toggle' => '.top-nav-news-all-options, #header-preview .top-bar-wrap',
			));

		echo'<div class="top-nav-news-all-options">';

		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Dark Skin', TIELABS_TEXTDOMAIN ),
				'id'   => 'top_nav_dark',
				'type' => 'checkbox',
			));

		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Boxed Layout', TIELABS_TEXTDOMAIN ),
				'id'   => 'top_nav_layout',
				'type' => 'checkbox',
			));

		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Below The Header', TIELABS_TEXTDOMAIN ),
				'id'   =>  'top_nav_position',
				'type' => 'checkbox',
			));

		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Custom Text', TIELABS_TEXTDOMAIN ),
				'id'   => 'top_nav_text',
				'type' => 'text',
			));
			
		tie_build_theme_option(
			array(
				'name'   => esc_html__( "Today's date", TIELABS_TEXTDOMAIN ),
				'id'     => 'top_date',
				'toggle' => '#todaydate_format-item, #today-date',
				'type'   => 'checkbox',
			));
			
		tie_build_theme_option(
			array(
				'name'    => esc_html__( "Today's date format", TIELABS_TEXTDOMAIN ),
				'id'      => 'todaydate_format',
				'type'    => 'text',
				'default' => 'l ,  j  F Y',
				'hint'    => '<a target="_blank" href="http://codex.wordpress.org/Formatting_Date_and_Time">'.esc_html__( 'Documentation on date and time formatting', TIELABS_TEXTDOMAIN ).'</a>',
			));


		echo '<div class="top-nav-areas-live-options tie-two-columns-options">';

		tie_build_theme_option(
			array(
				'name'   => esc_html__( 'Left Area', TIELABS_TEXTDOMAIN ),
				'id'     => 'top-nav-area-1',
				'type'   => 'radio',
				'toggle' => array(
					'none'       => '',
					'components' => '#top-nav-components-1, .top-nav-components-wrapper',
					'menu'       => '#top-nav-menu-1',
					'breaking'   => '#top-nav-breaking-news, .breaking-news-all-options'
				),
				'options' => array(
					''           => esc_html__( 'Disable',       TIELABS_TEXTDOMAIN ),
					'components' => esc_html__( 'Components',    TIELABS_TEXTDOMAIN ),
					'menu'       => esc_html__( 'Menu',          TIELABS_TEXTDOMAIN ),
					'breaking'   => esc_html__( 'Breaking News', TIELABS_TEXTDOMAIN ),
			)));

		tie_build_theme_option(
			array(
				'name'   => esc_html__( 'Right Area', TIELABS_TEXTDOMAIN ),
				'id'     => "top-nav-area-2",
				'type'   => "radio",
				'toggle' => array(
					'none'       => '',
					'components' => '#top-nav-components-2, .top-nav-components-wrapper',
					'menu'       => '#top-nav-menu-2',),
				'options' => array(
					''           => esc_html__( 'Disable',    TIELABS_TEXTDOMAIN ),
					'components' => esc_html__( 'Components', TIELABS_TEXTDOMAIN ),
					'menu'       => esc_html__( 'Menu',       TIELABS_TEXTDOMAIN ),
				)));

		echo'<div class="clear"></div></div>';

		tie_header_area_options( esc_html__( '​Secondary Nav Components', TIELABS_TEXTDOMAIN ), 'top-nav-components' );

		echo'<div class="breaking-news-all-options top-nav-area-1-options">';

		tie_build_theme_option(
			array(
				'title' => esc_html__( 'Breaking News', TIELABS_TEXTDOMAIN ),
				'id'    => 'breaking_news_head',
				'type'  => 'header',
			));

		tie_build_theme_option(
			array(
				'name'        => esc_html__( 'Title', TIELABS_TEXTDOMAIN ),
				'id'          => 'breaking_title',
				'placeholder'	=> esc_html__( 'Breaking News', TIELABS_TEXTDOMAIN ),
				'type'        => 'text',
			));

		tie_build_theme_option(
			array(
				'name'    => esc_html__( 'Animation Effect', TIELABS_TEXTDOMAIN ),
				'id'      => 'breaking_effect',
				'type'    => "select",
				'options' => array(
					'reveal'     => esc_html__( 'Typing',        TIELABS_TEXTDOMAIN ),
					'flipY'      => esc_html__( 'Fading',        TIELABS_TEXTDOMAIN ),
					'slideLeft'  => esc_html__( 'Sliding Left',  TIELABS_TEXTDOMAIN ),
					'slideRight' => esc_html__( 'Sliding Right', TIELABS_TEXTDOMAIN ),
					'slideUp'    => esc_html__( 'Sliding Up',    TIELABS_TEXTDOMAIN ),
					'slideDown'  => esc_html__( 'Sliding Down',  TIELABS_TEXTDOMAIN ),
			)));

		tie_build_theme_option(
			array(
				'name'  =>  esc_html__( 'Speed in ms', TIELABS_TEXTDOMAIN ),
				'id'    => 'breaking_speed',
				'type'  => 'number',
				'hint'  => sprintf( esc_html__( 'Default is: %s', TIELABS_TEXTDOMAIN ), 2000 ),
			));

		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Show the scrolling arrows?', TIELABS_TEXTDOMAIN ),
				'id'   => 'breaking_arrows',
				'type' => 'checkbox',
			));

		tie_build_theme_option(
			array(
				'name'   => esc_html__( 'Query Type', TIELABS_TEXTDOMAIN ),
				'id'     => 'breaking_type',
				'type'   => 'radio',
				'toggle' => array(
					'category' => '#breaking_cat-item, #breaking_number-item',
					'tag'      => '#breaking_tag-item, #breaking_number-item',
					'custom'   => '#breaking_custom-item'),
				'options' => array(
					'category' => esc_html__( 'Categories', TIELABS_TEXTDOMAIN ),
					'tag'      => esc_html__( 'Tags', TIELABS_TEXTDOMAIN ),
					'custom'   => esc_html__( 'Custom Text', TIELABS_TEXTDOMAIN ),
				)));

		tie_build_theme_option(
			array(
				'name'    => esc_html__( 'Categories', TIELABS_TEXTDOMAIN ),
				'id'      => 'breaking_cat',
				'class'   => 'select-multiple-inline-options breaking_type',
				'type'    => 'checkbox-multiple',
				'options' => TIELABS_ADMIN_HELPER::get_categories(),
			));

		tie_build_theme_option(
			array(
				'name'  => esc_html__( 'Tags', TIELABS_TEXTDOMAIN ),
				'hint'  => esc_html__( 'Enter a tag name, or names separated by comma.', TIELABS_TEXTDOMAIN ),
				'id'    => 'breaking_tag',
				'class'	=> 'breaking_type',
				'type'  => 'text',
			));

		tie_build_theme_option(
			array(
				'name'    => esc_html__( 'Number of posts to show', TIELABS_TEXTDOMAIN ),
				'id'      => 'breaking_number',
				'class'   => 'breaking_type',
				'default' => 10,
				'type'    => 'number',
			));

			?>


		<div class="option-item breaking_type-options" id="breaking_custom-item">

			<span class="tie-label"><?php esc_html_e( 'Add Custom Text', TIELABS_TEXTDOMAIN ) ?></span>
			<input id="custom_text" type="text" size="56" name="custom_text" placeholder="<?php esc_html_e( 'Custom Text', TIELABS_TEXTDOMAIN ) ?>" value="" />
			<input id="custom_link" type="text" size="56" name="custom_link" placeholder="http://" value="" />
			<input id="breaking_news_button"  class="button" type="button" value="<?php esc_html_e( 'Add', TIELABS_TEXTDOMAIN ) ?>" />

			<?php

				tie_build_theme_option(
					array(
						'text' => esc_html__( 'Text and Link are required.', TIELABS_TEXTDOMAIN ),
						'id'   => 'breaking_custom_error',
						'type' => 'error',
					));
			?>

			<script>
				jQuery(function(){
					jQuery( "#customList" ).sortable({placeholder: "tie-state-highlight"});
				});
			</script>

			<div class="clear"></div>
			<ul id="customList">
				<?php
					$breaking_custom 	= tie_get_option( 'breaking_custom' );
					$custom_count 		= 0;

					if( ! empty( $breaking_custom ) && is_array( $breaking_custom ) ) {
						foreach ( $breaking_custom as $custom_text ){
							$custom_count++; ?>

							<li class="parent-item">
								<div class="tie-block-head">
									<a href="<?php echo esc_attr( $custom_text['link'] ) ?>" target="_blank"><?php esc_html_e( $custom_text['text'] ) ?></a>
									<input name="tie_options[breaking_custom][<?php echo esc_attr( $custom_count ) ?>][link]" type="hidden" value="<?php echo esc_attr( $custom_text['link'] ) ?>" />
									<input name="tie_options[breaking_custom][<?php echo esc_attr( $custom_count ) ?>][text]" type="hidden" value="<?php echo esc_attr( $custom_text['text'] ) ?>" />
									<a class="tie-del-item dashicons dashicons-trash"></a>
								</div>
							</li>
							<?php
						}
					}
				?>
			</ul>

			<script>
				var customnext = <?php echo esc_js( $custom_count+1 ); ?> ;
			</script>

		</div><!-- #breaking_custom-item /-->
	</div> <!-- Breaking News /-->

	<?php

	echo'</div><!-- .top-nav-news-all-options /-->';
	echo'</div><!-- #top-nav-settings /-->';

	echo'<div id="main-nav-settings" class="top-main-nav-settings">';

	tie_build_theme_option(
		array(
			'name'   => esc_html__( 'Enable', TIELABS_TEXTDOMAIN ),
			'id'     => 'main_nav',
			'type'   => 'checkbox',
			'toggle' => '.main-nav-related-options, .main-nav-components-wrapper, #header-preview .header-main-menu-wrap',
		));

	tie_build_theme_option(
		array(
			'name'  => esc_html__( 'Dark Skin', TIELABS_TEXTDOMAIN ),
			'id'    => 'main_nav_dark',
			'type'  => 'checkbox',
			'class' => 'main-nav-related',
		));

	tie_build_theme_option(
		array(
			'name' => esc_html__( 'Boxed Layout', TIELABS_TEXTDOMAIN ),
			'id'   => 'main_nav_layout',
			'type' => 'checkbox',
			'class' => 'main-nav-related',
		));

	tie_build_theme_option(
		array(
			'name' => esc_html__( 'Above The Header', TIELABS_TEXTDOMAIN ),
			'id'   => 'main_nav_position',
			'type' => 'checkbox',
			'class' => 'main-nav-related',
		));

	tie_header_area_options( esc_html__( 'Main Nav Components', TIELABS_TEXTDOMAIN ), 'main-nav-components' );



	// Featured Posts Menu
	tie_build_theme_option(
		array(
			'title' => esc_html__( 'Featured Posts Menu', TIELABS_TEXTDOMAIN ),
			'id'    => 'featured-menu',
			'type'  => 'header',
		));

	tie_build_theme_option(
		array(
			'name'   => esc_html__( 'Featured Posts Menu', TIELABS_TEXTDOMAIN ),
			'id'     => 'featured_posts_menu',
			'toggle' => '#featured-posts-menu-options',
			'type'   => 'checkbox',
		));
	
	echo '<div id="featured-posts-menu-options">';
		
		tie_build_theme_option(
			array(
				'name'        => esc_html__( 'Title', TIELABS_TEXTDOMAIN ),
				'id'          => 'featured_posts_menu_title',
				'placeholder'	=> esc_html__( 'Popular Articles', TIELABS_TEXTDOMAIN ),
				'type'        => 'text',
			));

		tie_build_theme_option(
			array(
				'name'        => esc_html__( 'URL', TIELABS_TEXTDOMAIN ) .' '. esc_html__( '(optional)', TIELABS_TEXTDOMAIN ),
				'id'          => 'featured_posts_menu_url',
				'placeholder' => 'https://',
				'type'        => 'text',
			));
			
		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Display each word in a line', TIELABS_TEXTDOMAIN ),
				'id'   => 'featured_posts_menu_title_break',
				'type' => 'checkbox',
			));
			

		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Display posts number', TIELABS_TEXTDOMAIN ),
				'id'   => 'featured_posts_menu_title_number',
				'type' => 'checkbox',
			));

		tie_build_theme_option(
			array(
				'name'    => esc_html__( 'Categories', TIELABS_TEXTDOMAIN ),
				'id'      => 'featured_posts_menu_cat',
				'type'    => 'checkbox-multiple',
				'class'   => 'select-multiple-inline',
				'options' => TIELABS_ADMIN_HELPER::get_categories(),
			));

		tie_build_theme_option(
			array(
				'name'  => esc_html__( 'Tags', TIELABS_TEXTDOMAIN ),
				'hint'  => esc_html__( 'Enter a tag name, or names separated by comma.', TIELABS_TEXTDOMAIN ),
				'id'    => 'featured_posts_menu_tags',
				'type'  => 'text',
			));

			tie_build_theme_option(
				array(
					'name'   => esc_html__( 'Trending Posts', TIELABS_TEXTDOMAIN ),
					'id'     => 'featured_posts_menu_trending_posts',
					'hint'   => esc_html__( 'Only show posts that marked as Trending', TIELABS_TEXTDOMAIN ),
					'type'   => 'checkbox',
				));

			// Post Order
			tie_build_theme_option(
				array(
					'name'     => esc_html__( 'Sort by', TIELABS_TEXTDOMAIN ),
					'id'       => 'featured_posts_menu_order',
					'type'     => 'select',
					'options'  => TIELABS_ADMIN_HELPER::get_orderby_list(),
				));

			tie_build_theme_option(
				array(
					'name'    => esc_html__( 'Order', TIELABS_TEXTDOMAIN ),
					'id'      => 'featured_posts_menu_asc_or_desc',
					'type'    => 'select',
					'options' => array(
						''    => esc_html__( 'Descending', TIELABS_TEXTDOMAIN ),
						'ASC' => esc_html__( 'Ascending', TIELABS_TEXTDOMAIN ),
					)
				));


		tie_build_theme_option(
			array(
				'name'    => esc_html__( 'Number of posts to show', TIELABS_TEXTDOMAIN ),
				'id'      => 'featured_posts_menu_posts_number',
				'default' => 10,
				'type'    => 'number',
			));

		tie_build_theme_option(
			array(
				'name'    => esc_html__( 'Number of columns', TIELABS_TEXTDOMAIN ),
				'id'      => 'featured_posts_menu_columns',
				'type'    => 'select',
				'default' => 3,
				'options' => array( 
					2 => 2,
					3 => 3,
					4 => 4,
					5 => 5,
				) 
			));

		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Display thumbnails', TIELABS_TEXTDOMAIN ),
				'id'   => 'featured_posts_menu_thumbnails',
				'type' => 'checkbox',
			));

		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Display posts counter', TIELABS_TEXTDOMAIN ),
				'id'   => 'featured_posts_menu_counter',
				'type' => 'checkbox',
			));

		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Display date', TIELABS_TEXTDOMAIN ),
				'id'   => 'featured_posts_menu_date',
				'type' => 'checkbox',
			));

		echo'</div><!-- #featured-posts-menu-options /-->';

	echo'</div><!-- #main-nav-settings /-->';








/*-----------------------------------------------------------------------------------*/
# Header area options
/*-----------------------------------------------------------------------------------*/
function tie_header_area_options( $text_field, $area_name ){ ?>
	<div class="<?php echo esc_attr( $area_name.'-wrapper' ) ?>">

	<?php

		tie_build_theme_option(
			array(
				'title' => $text_field,
				'id'    => $area_name,
				'type'  => 'header',
			));

		tie_build_theme_option(
			array(
				'name'   => esc_html__( 'Search', TIELABS_TEXTDOMAIN ),
				'id'     => $area_name.'_search',
				'type'   => 'checkbox',
				'toggle' => "#$area_name-search, .$area_name-live_search",
			));

	// If Google Search is active, disable some search options
	if( ! tie_get_option( 'google_search_engine_id' ) ){ ?>

	<div id="<?php echo esc_attr( $area_name ) ?>-search">

		<?php

			tie_build_theme_option(
				array(
					'name' => esc_html__( 'Live Search', TIELABS_TEXTDOMAIN ),
					'id'   => $area_name.'_live_search',
					'type' => 'checkbox',
				));

			tie_build_theme_option(
				array(
					'name'   => esc_html__( 'Search Layout', TIELABS_TEXTDOMAIN ),
					'id'     => $area_name."_search_layout",
					'type'   => "radio",
					'toggle' => array(
						'default' => ".header-$area_name-search",
						'compact'	=> ".header-$area_name-search1, #$area_name"."_type_to_search-item" ),
					'options' => array(
						'default' => esc_html__( 'Default', TIELABS_TEXTDOMAIN ),
						'compact' => esc_html__( 'Compact', TIELABS_TEXTDOMAIN ),
				)));

			tie_build_theme_option(
				array(
					'name'  => esc_html__( 'Type To Search', TIELABS_TEXTDOMAIN ),
					'id'    => $area_name.'_type_to_search',
					'class' => $area_name.'_search_layout',
					'type'  => 'checkbox',

				));
		?>
	</div>
	<?php
	} // Search settings


		tie_build_theme_option(
			array(
				'name'   => esc_html__( 'Slide Sidebar', TIELABS_TEXTDOMAIN ),
				'id'     => $area_name.'_slide_area',
				'type'   => 'checkbox',
				'toggle' => ".header-$area_name-slide",
			));

		tie_build_theme_option(
			array(
				'name'   => esc_html__( 'Log In', TIELABS_TEXTDOMAIN ),
				'id'     => $area_name.'_login',
				'type'   => 'checkbox',
				'toggle' => ".header-$area_name-login, #$area_name"."_login_text-item",
			));

		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Log In text', TIELABS_TEXTDOMAIN ),
				'id'   => $area_name.'_login_text',
				'type' => 'text',
				'hint' => esc_html__( 'Text beside the icon, Leave this empty to disable.', TIELABS_TEXTDOMAIN ),
			));

		tie_build_theme_option(
			array(
				'name'   => esc_html__( 'Random Article Button', TIELABS_TEXTDOMAIN ),
				'id'     => $area_name.'_random',
				'type'   => 'checkbox',
				'toggle' => ".header-$area_name-random",
			));

		tie_build_theme_option(
			array(
				'name'   => esc_html__( 'Light/Dark Skin Switcher', TIELABS_TEXTDOMAIN ),
				'id'     => $area_name.'_skin',
				'type'   => 'checkbox',
				'toggle' => ".header-$area_name-skin",
			));

		if ( TIELABS_WOOCOMMERCE_IS_ACTIVE ){
			tie_build_theme_option(
				array(
					'name'   => esc_html__( 'Shopping Cart', TIELABS_TEXTDOMAIN ),
					'id'     => $area_name.'_cart',
					'type'   => 'checkbox',
					'toggle' => ".header-$area_name-cart",
				));
		}

		if ( TIELABS_BUDDYPRESS_IS_ACTIVE ){
			tie_build_theme_option(
				array(
					'name'   => esc_html__( 'BuddyPress Notifications', TIELABS_TEXTDOMAIN ),
					'id'     => $area_name.'_bp_notifications',
					'type'   => 'checkbox',
					'toggle' => ".header-$area_name-bp_notifications",
				));
		}

		tie_build_theme_option(
			array(
				'name'   => esc_html__( 'Social Icons', TIELABS_TEXTDOMAIN ),
				'id'		 => $area_name.'_social',
				'type'   => "checkbox",
				'toggle' => "#$area_name-social-icons, .$area_name-live_social",
			));

	?>

	<div id="<?php echo esc_attr( $area_name ) ?>-social-icons">

		<?php

			tie_build_theme_option(
				array(
					'name'   => esc_html__( 'Social icons layout', TIELABS_TEXTDOMAIN ),
					'id'     => $area_name.'_social_layout',
					'type'   => 'radio',
					'toggle' => array(
						'default' => ".header-$area_name-follow1",
						'list'    => ".header-$area_name-follow",
					),
					'options' => array(
						'default' => esc_html__( 'Default', TIELABS_TEXTDOMAIN ) ,
						'list'    => esc_html__( 'Menu with names', TIELABS_TEXTDOMAIN ),
				)));

			?>

		</div>

	<?php

		tie_build_theme_option(
			array(
				'name'   => esc_html__( 'Weather', TIELABS_TEXTDOMAIN ),
				'id'		 => $area_name.'_weather',
				'type'   => "checkbox",
				'toggle' => ".header-$area_name-weather, #$area_name-weather",
			));

	?>

	<div id="<?php echo esc_attr( $area_name ) ?>-weather">

		<?php

			if( ! tie_get_option( 'api_openweather' ) ){

				tie_build_theme_option(
					array(
						'text'   => esc_html__( 'You need to set the Weather API Key in the theme options page > Integrations.', TIELABS_TEXTDOMAIN ),
						'type'   => 'error',
					));
			}

			tie_build_theme_option(
				array(
					'name'  => esc_html__( 'Location', TIELABS_TEXTDOMAIN ),
					'hint'  => esc_html__( '(i.e: London,UK or New York City)', TIELABS_TEXTDOMAIN ),
					'id'    => $area_name.'_wz_location',
					'class' => 'header-weather',
					'type'  => 'text',
				));

			tie_build_theme_option(
				array(
					'name'  => esc_html__( 'Custom City Name', TIELABS_TEXTDOMAIN ),
					'id'    => $area_name.'_wz_city_name',
					'class' => 'header-weather',
					'type'  => 'text',
				));

			tie_build_theme_option(
				array(
					'name'  => esc_html__( 'Units', TIELABS_TEXTDOMAIN ),
					'id'    => $area_name.'_wz_unit',
					'class' => 'header-weather',
					'type'  => 'select',
					'options' => array(
						'F' => 'F',
						'C' => 'C',
					)
				));

			tie_build_theme_option(
				array(
					'name'  => esc_html__( 'Animated Icons?', TIELABS_TEXTDOMAIN ),
					'id'    => $area_name.'_wz_animated',
					'class' => 'header-weather',
					'type'  => 'checkbox',
				));

			?>
		</div> <!-- weather -->

	<?php

	if( $area_name == 'main-nav-components' ){

		tie_build_theme_option(
			array(
				'name'   => esc_html__( 'Button', TIELABS_TEXTDOMAIN ),
				'id'		 => $area_name.'_button',
				'type'   => "checkbox",
				'toggle' => ".header-$area_name-button, #$area_name-button",
			));
			?>

		<div id="<?php echo esc_attr( $area_name ) ?>-button">
			<?php

				tie_build_theme_option(
					array(
						'name'  => esc_html__( 'Button Text', TIELABS_TEXTDOMAIN ),
						'id'    => $area_name.'_button_text',
						'class' => 'header-button',
						'type'  => 'text',
					));

				tie_build_theme_option(
					array(
						'name'  => esc_html__( 'Button URL', TIELABS_TEXTDOMAIN ),
						'id'    => $area_name.'_button_url',
						'class' => 'header-button',
						'type'  => 'text',
					));

				tie_build_theme_option(
					array(
						'name'  => esc_html__( 'Nofollow?', TIELABS_TEXTDOMAIN ),
						'id'    => $area_name.'_button_nofollow',
						'class' => 'header-button',
						'type'  => 'checkbox',
					));

				tie_build_theme_option(
					array(
						'name'  => esc_html__( 'Open The Link In a new Tab', TIELABS_TEXTDOMAIN ),
						'id'    => $area_name.'_button_tab',
						'class' => 'header-button',
						'type'  => 'checkbox',
					));

			?>
		</div> <!-- button -->
	<?php } ?>

</div>
<?php
}


echo '</div>'; // Settings locked
رواية “موسم صيد الغزلان “أدب يقرأ الغد: فكيف توقّعت رواية مراد تقنيات اليوم؟ – tahkoom.com
معرفة

رواية “موسم صيد الغزلان “أدب يقرأ الغد: فكيف توقّعت رواية مراد تقنيات اليوم؟

 

كتبت: فرح سمير

في عام 2017، أصدر الكاتب المصري أحمد مراد روايته “موسم صيد الغزلان”، التي جاءت خارج المألوف في السرد العربي، واصطحبت القارئ في رحلة إلى مستقبل تحكمه التكنولوجيا، وتختفي فيه ملامح الحياة التقليدية. رواية استباقية طرحت أسئلة علمية وفلسفية بلغة أدبية مشوقة، وتنبأت بواقع نبدأ اليوم في ملامسته.

في الرواية، نتتبع رحلة “نديم”، أستاذ بيولوجيا شاب يؤمن بالعلم المطلق وينكر الأديان، يلتقي بـ”تُقى”، فتاة تنتمي إلى جماعة سرّية ما زالت تؤمن بالروحانيات والإيمان. ينطلق الصراع بين العقل والإيمان في قالب حواري وفلسفي داخل عالم مستقبلي متطور تقنيًا، تُستخدم فيه تقنيات زرع الذاكرة، والعلاج بالروبوت، والتعليم بالنقل العصبي. وبين أسئلة الإيمان، والحب، والمعرفة، يكشف مراد عالماً يُخضع الإنسان للآلة ويطرح تساؤلات وجودية عميقة عن المستقبل ومعنى الحياة.

مراد لم يكتب من فراغ، بل بنى روايته على بحث علمي مكثف. وقال مراد في أحد تصريحاته:
“الرواية استغرقت مني 3 أشهر من البحث العلمي، و9 أشهر من الكتابة. التحدي الأكبر كان أن أستشرف المستقبل من خلال الإشارات العلمية المتوفرة الآن.”

ما كتبه أحمد مراد عن أدوات الاتصال الذكية، التعليم القائم على زراعة المعرفة في الدماغ، والطب القادر على استبدال أعضاء الإنسان بالكامل، لم يعد ضرباً من الخيال. فالواقع الافتراضي والمعزز، والهولوجرام، والروبوتات الجراحية، وواجهات زرع المعلومات في الدماغ مثل Neuralink، كلها تقنيات بدأت تظهر في حياتنا المعاصرة. حتى التقدم في مجالات تعديل الأجنة وزراعة الأعضاء الصناعية الذكية أصبح اليوم محط نقاش وتجربة.

ورغم سيطرة الخط التكنولوجي، لم تغب الكوارث البيئية عن الرواية. فقد أشار مراد إلى جفاف نهر النيل، وغرق مناطق الدلتا والإسكندرية بسبب ذوبان الجليد القطبي. وهي مشاهد روائية تنسجم بشكل مقلق مع التحذيرات العلمية الراهنة من آثار تغيّر المناخ على المدن الساحلية.

رواية أم سيناريو مستقبلي؟
تميّزت الرواية بأسلوب بصري واضح، فبدت مشاهدها وكأنها تُعرض على شاشة سينمائية. استخدم مراد تقنيات السرد البصري بشكل بارع، فبدت الابتكارات وكأنها شخصيات موازية داخل الحبكة، وليست مجرد خلفية.

خيال علمي عربي… يسبق عصره
“موسم صيد الغزلان” ليست فقط عملاً روائيًا متقدّمًا، بل خطوة جريئة في مجال الخيال العلمي العربي، الذي نادرًا ما يتم التعامل معه بجديّة. مراد لم يستخدم الخيال كمهرب من الواقع، بل كأداة لقراءته وتحليله واستشراف ما قد يأتي.
ومع تسارع وتيرة التطور التكنولوجي اليوم، تعود الرواية لتُقرأ من منظور مختلف: كنص أدبي استشرافي، سبق زمنه، ولامس ملامح واقع نعيش بداياته

اظهر المزيد

مقالات ذات صلة

اترك تعليقاً

لن يتم نشر عنوان بريدك الإلكتروني. الحقول الإلزامية مشار إليها بـ *

زر الذهاب إلى الأعلى