mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-31 05:04:29 +08:00
git-svn-id: https://buddypress.svn.wordpress.org/tags/buddypress-theme@425 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
15 lines
No EOL
308 B
PHP
15 lines
No EOL
308 B
PHP
<div id="optionsbar"<?php get_options_class() ?>>
|
|
<h3><?php bp_get_options_title() ?></h3>
|
|
|
|
<?php if ( bp_has_options_avatar() ) : ?>
|
|
|
|
<p class="avatar">
|
|
<?php bp_get_options_avatar() ?>
|
|
</p>
|
|
|
|
<?php endif; ?>
|
|
|
|
<ul id="options-nav"<?php has_icons() ?>>
|
|
<?php bp_get_options_nav() ?>
|
|
</ul>
|
|
</div>
|