buddypress/1.0b2/buddypress-member/plugin-template.php
2009-01-29 22:13:32 +00:00

13 lines
No EOL
253 B
PHP

<?php get_header() ?>
<div class="content-header">
<?php do_action('bp_template_content_header') ?>
</div>
<div id="content">
<h2><?php do_action('bp_template_title') ?></h2>
<?php do_action('bp_template_content') ?>
</div>
<?php get_footer() ?>