Created
December 17, 2009 05:39
-
-
Save blissdev/258549 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<li> | |
<div class="group-image"><?php echo bp_get_group_avatar_thumb( $group ); ?></div> | |
<a href="<?php echo bp_get_group_permalink( $group ) ?>" title="<?php echo bp_get_group_name( $group ) ?>" class="group-link"> | |
<?php echo bp_get_group_name( $group ) ?> | |
</a> | |
<span class="group-member"><?php echo $group->total_member_count . __(' member', 'buddypress'); ?></span> | |
<div class="wrapper"></div> | |
</li> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment