summaryrefslogtreecommitdiff
path: root/sidebar-index.php
blob: 75558a70c67a727b83188ac5b5a73eeb5d7897cb (plain)
1
2
3
4
5
6
7
<?php
if (!is_active_sidebar( 'index-page-widgetarea' ))
	return;
?>
<div id="index-widget">
	<?php dynamic_sidebar( 'sidebar-4' ); ?>
</div>