Changeset 2077 for trunk/bp-themes/bp-sn-parent/optionsbar.php
- Timestamp:
- 11/02/2009 07:54:21 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-sn-parent/optionsbar.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-parent/optionsbar.php
r1905 r2077 2 2 3 3 <div id="optionsbar"> 4 4 5 5 <h3><?php bp_get_options_title() ?></h3> 6 6 7 7 <?php do_action( 'bp_inside_before_options_bar' ) ?> 8 8 9 9 <?php if ( bp_has_options_avatar() ) : ?> 10 10 … … 14 14 15 15 <?php endif; ?> 16 16 17 17 <ul id="options-nav"> 18 18 <?php bp_get_options_nav() ?> 19 19 </ul> 20 20 21 21 <?php do_action( 'bp_inside_after_options_bar' ) ?> 22 22
Note: See TracChangeset
for help on using the changeset viewer.