ACC SHELL

Path : /srv/www/vhosts/laboserv/wp-content/themes/laboserv/
File Upload :
Current File : //srv/www/vhosts/laboserv/wp-content/themes/laboserv/sidebar.php

<?php
/**
 * The sidebar containing the main widget area.
 *
 * If no active widgets in sidebar, let's hide it completely.
 *
 * @package WordPress
 * @subpackage Twenty_Twelve
 * @since Twenty Twelve 1.0
 */
?>

	<?php if ( is_active_sidebar( 'sidebar-2' ) ) : ?>
		<div id="right-sidebar" class="widget-area" role="complementary">
			<?php dynamic_sidebar( 'sidebar-2' ); ?>
		</div><!-- #secondary -->
	<?php endif; ?>
	

ACC SHELL 2018