buddypress/bp-themes/buddypress-home/plugin-template.php
2009-03-16 10:54:07 +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(); ?>