1
<div id="sidebar">
2
<?php if (!function_exists('dynamic_sidebar')
3
|| !dynamic_sidebar()) : ?>
4
5
<?php endif; ?>
6
</div>
7
8