HEX
Server: Apache
System: Linux host.hizmetvakfi.org 4.18.0-553.16.1.el8_10.x86_64 #1 SMP Thu Aug 8 07:11:46 EDT 2024 x86_64
User: sinanpasha (1007)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/sinanpasha/ru.sinanpasha.org/wp-content/themes/pulse/sidebar.php
<div id="sidebar">

	<?php if (option::get('banner_sidebar_enable') == 'on' && option::get('banner_sidebar_position') == 'Before widgets') { ?>
		<div class="side_ad">
		
			<?php if ( option::get('banner_sidebar_html') <> "") { 
				echo stripslashes(option::get('banner_sidebar_html'));             
			} else { ?>
				<a href="<?php echo option::get('banner_sidebar_url'); ?>"><img src="<?php echo option::get('banner_sidebar'); ?>" alt="<?php echo option::get('banner_sidebar_alt'); ?>" /></a>
			<?php } ?>		   	
				
		</div><!-- /.side_ad -->
	<?php } ?>
 		
	<?php if ( is_single()) { ?>
		
		<?php if (option::get('post_author') == 'on') { ?>
			<div class="author widget">
				<h3 class="title"><?php _e('Author', 'wpzoom'); ?></h3>
				<?php echo get_avatar( get_the_author_meta('ID'), 70 ); ?>
				<div class="author_info">
					<?php the_author_posts_link(); ?>
					<p><?php the_author_meta('description'); ?></p>
				</div>
				<div class="clear">&nbsp;</div>
			</div> 
		<?php } ?>
		
		
		<?php if (option::get('post_tags') == 'on') { ?>
			<?php the_tags( '<div class="tags widget"><h3 class="title">'. __('Tags', 'wpzoom').'</h3> #', ' #', '</div>'); ?>
		<?php } ?>
	<?php } ?>
  	
	<?php if (function_exists('dynamic_sidebar')) { dynamic_sidebar('Sidebar'); } ?>	
	
	<?php if (option::get('banner_sidebar_enable') == 'on' && option::get('banner_sidebar_position') == 'After widgets') { ?>
		<div class="side_ad">
		
			<?php if ( option::get('banner_sidebar_html') <> "") { 
				echo stripslashes(option::get('banner_sidebar_html'));             
			} else { ?>
				<a href="<?php echo option::get('banner_sidebar_url'); ?>"><img src="<?php echo option::get('banner_sidebar'); ?>" alt="<?php echo option::get('banner_sidebar_alt'); ?>" /></a>
			<?php } ?>		   	
				
		</div><!-- /#side_ad -->
	<?php } ?>
	
 	<div class="clear">&nbsp;</div>
	
</div><!--/#sidebar-->
<?php wp_reset_query(); ?>