PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/auctionforyou.kerihosting.com/wp-content/themes/AuctionTheme/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/auctionforyou.kerihosting.com/wp-content/themes/AuctionTheme/footer.php

<?php
/***************************************************************************
*
*	AuctionTheme - copyright (c) - sitemile.com
*	The most popular auction theme for wordress on the internet. Launch your
*	auction site in minutes from purchasing. Turn-key solution.
*
*	Coder: Andrei Dragos Saioc
*	Email: sitemile[at]sitemile.com | andreisaioc[at]gmail.com
*	More info about the theme here: http://sitemile.com/p/auctionTheme
*	since v4.4.7.1
*
***************************************************************************/

?>

<?php
	global $wp;
	
	if(is_home()):
		$AuctionTheme_adv_code_home_below_content = stripslashes(get_option('AuctionTheme_adv_code_home_below_content'));
		if(!empty($AuctionTheme_adv_code_home_below_content)):
		
			echo '<div class="full_width_a_div">';
			echo $AuctionTheme_adv_code_home_below_content;
			echo '</div>';
		
		endif;
	endif;
	
	//-----------------------------------
	
	if ($wp->query_vars["post_type"] == "auction"):
		$AuctionTheme_adv_code_job_page_below_content = stripslashes(get_option('AuctionTheme_adv_code_job_page_below_content'));
		if(!empty($AuctionTheme_adv_code_job_page_below_content)):
		
			echo '<div class="full_width_a_div">';
			echo $AuctionTheme_adv_code_job_page_below_content;
			echo '</div>';
		
		endif;	
	endif;
	
	//-------------------------------------
	
	if(is_single() or is_page()):
		$AuctionTheme_adv_code_single_page_below_content = stripslashes(get_option('AuctionTheme_adv_code_single_page_below_content'));
		if(!empty($AuctionTheme_adv_code_single_page_below_content)):
		
			echo '<div class="full_width_a_div">';
			echo $AuctionTheme_adv_code_single_page_below_content;
			echo '</div>';
		
		endif;
	endif;
	
	//-------------------------------------
	
	if(is_tax()):
		$AuctionTheme_adv_code_cat_page_below_content = stripslashes(get_option('AuctionTheme_adv_code_cat_page_below_content'));
		if(!empty($AuctionTheme_adv_code_cat_page_below_content)):
		
			echo '<div class="full_width_a_div">';
			echo $AuctionTheme_adv_code_cat_page_below_content;
			echo '</div>';
		
		endif;
	endif;
	
	//-----------------------------------
	
	?>

</div> 
</div> <!-- end some_wide_header -->
</div>
</div>

<div id="footer">
	<div id="colophon">	
	
	<?php
			get_sidebar( 'footer' );
	?>
	
	
		<div id="site-info">
				<div id="site-info-left">
					
					<h3><?php echo stripslashes(get_option('AuctionTheme_left_side_footer')); ?></h3>
					
				</div>
				<div id="site-info-right">
					<?php echo stripslashes(get_option('AuctionTheme_right_side_footer')); ?>
				</div>
			</div>
		</div>

</div>


</div>
<?php

	$AuctionTheme_enable_google_analytics = get_option('AuctionTheme_enable_google_analytics');
	if($AuctionTheme_enable_google_analytics == "yes"):		
		echo stripslashes(get_option('AuctionTheme_analytics_code'));	
	endif;
	
	//----------------
	
	$AuctionTheme_enable_other_tracking = get_option('AuctionTheme_enable_other_tracking');
	if($AuctionTheme_enable_other_tracking == "yes"):		
		echo stripslashes(get_option('AuctionTheme_other_tracking_code'));	
	endif;


?>
<?php wp_footer(); ?>
</body>
</html>