Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/14/2008 09:20:27 PM (17 years ago)
Author:
apeatling
Message:

Made all avatars links to the corresponding content.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-widgets.php

    r580 r685  
    4747                <li>
    4848                    <div class="item-avatar">
    49                         <img src="<?php echo $group->avatar_thumb; ?>" alt="<?php echo $group->name ?> Avatar" class="avatar" />
     49                        <a href="<?php echo bp_group_permalink( $group ) ?>" title="<?php echo $group->name ?>"><img src="<?php echo $group->avatar_thumb; ?>" alt="<?php echo $group->name ?> Avatar" class="avatar" /></a>
    5050                    </div>
    5151
Note: See TracChangeset for help on using the changeset viewer.