buddypress/1.0rc1/buddypress-home/plugin-template.php
2009-02-13 02:44:23 +00:00

7 lines
No EOL
124 B
PHP

<?php get_header(); ?>
<?php do_action('bp_template_content') ?>
<?php bp_get_plugin_sidebar(); ?>
<?php get_footer(); ?>