View difference between Paste ID: UCZy6Tuy and SNHz8cGd
SHOW: | | - or go back to the newest paste.
1-
<?php // If the home sidebar has widgets display it.
1+
<?php // If the calendar sidebar has widgets display it.
2
if ( is_active_sidebar( 'sidebar-calendar' ) ) :
3
	get_sidebar( 'calendar' ); 
4
else:
5
	get_sidebar();
6
endif;
7
?>