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

11 lines
No EOL
178 B
PHP

<?php get_header(); ?>
<div id="content" class="narrowcolumn">
<?php do_action('bp_template_content') ?>
</div>
<?php bp_get_plugin_sidebar(); ?>
<?php get_footer(); ?>