buddypress/bp-themes/bp-sn-parent/optionsbar.php
Andy Peatling 5b41731b79 Merging 1.1 branch changes and syncing.
git-svn-id: https://buddypress.svn.wordpress.org/trunk@2077 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2009-11-02 19:54:21 +00:00

25 lines
No EOL
467 B
PHP

<?php do_action( 'bp_before_options_bar' ) ?>
<div id="optionsbar">
<h3><?php bp_get_options_title() ?></h3>
<?php do_action( 'bp_inside_before_options_bar' ) ?>
<?php if ( bp_has_options_avatar() ) : ?>
<p class="avatar">
<?php bp_get_options_avatar() ?>
</p>
<?php endif; ?>
<ul id="options-nav">
<?php bp_get_options_nav() ?>
</ul>
<?php do_action( 'bp_inside_after_options_bar' ) ?>
</div>
<?php do_action( 'bp_after_options_bar' ) ?>