Changeset 2265 for trunk/bp-themes/bp-default/activity/entry.php
- Timestamp:
- 01/06/2010 09:32:33 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/activity/entry.php
r2234 r2265 1 <?php /* This template is used by permalink pages and AJAX functions to load in new updates */ ?> 1 <?php /* This template is used by activity-loop.php and AJAX functions to show each activity */ ?> 2 2 3 <li class="<?php bp_activity_css_class() ?>" id="activity-<?php bp_activity_id() ?>"> 3 4 <div class="activity-avatar"> 4 <?php bp_activity_avatar( 'type=full&width= 60&height=60' ) ?>5 <?php bp_activity_avatar( 'type=full&width=100&height=100' ) ?> 5 6 </div> 6 7
Note: See TracChangeset
for help on using the changeset viewer.