buddypress/1.0b1/buddypress-home/sidebar.php
Andy Peatling 7672ce6b03 Tagging 1.0b1 home theme.
git-svn-id: https://buddypress.svn.wordpress.org/tags/default-home-theme@770 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2008-12-15 23:25:49 +00:00

10 lines
No EOL
345 B
PHP

<div id="sidebar">
<?php if ( !function_exists('dynamic_sidebar')
|| !dynamic_sidebar('blog-sidebar') ) : ?>
<div class="widget-error">
Please log in and <a href="<?php echo get_option('siteurl') ?>/wp-admin/widgets.php?s=&amp;show=&amp;sidebar=sidebar-4">add widgets to the blog sidebar</a>.
</div
<?php endif; ?>
</div>