buddypress/0.4/buddypress-home/sidebar.php
2008-10-23 14:39:25 +00:00

7 lines
No EOL
146 B
PHP

<div id="sidebar">
<?php if ( !function_exists('dynamic_sidebar')
|| !dynamic_sidebar('blog-sidebar') ) : ?>
<?php endif; ?>
</div>