Guest User

Roger Coathup

a guest
Aug 15th, 2010
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <?php if ( bp_field_has_data() ) : ?>
  2. <tr<?php bp_field_css_class() ?>>
  3.  
  4. <td class="label">
  5. <?php bp_the_profile_field_name() ?>
  6. </td>
  7.  
  8. <td class="data">
  9. <?php bp_the_profile_field_value() ?>
  10. </td>
  11. </tr>
  12. <?php else if (bp_get_the_profile_field_name() === "about me") : ?>
  13. <tr class="no-data">
  14.  
  15. <td class="image" colspan=2>
  16. <img src="images.png" alt="...">
  17. </td>
  18.  
  19. </tr>
  20.  
  21. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment