Changeset 55
- Timestamp:
- 05/02/2008 10:05:24 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/buddypress-theme/default/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypress-theme/default/index.php
r38 r55 11 11 <?php while ( profile_groups() ) : the_profile_group(); ?> 12 12 13 <?php if ( has_fields() ) : ?>13 <?php if ( group_has_fields() ) : ?> 14 14 <div class="profile-group"> 15 15 <h3><?php the_profile_group_name() ?></h3> 16 16 17 17 <table class="profile-fields"> 18 18 <?php while ( profile_fields() ) : the_profile_field(); ?> 19 20 <?php if ( field_has_data() ) : ?> 19 21 <tr> 20 22 <td class="label"> … … 25 27 </td> 26 28 </tr> 29 <?php endif; ?> 30 27 31 <?php endwhile; ?> 28 32 </table>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)