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

9 lines
No EOL
207 B
PHP

<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>