Changeset 13364
- Timestamp:
- 11/11/2022 10:04:54 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/functions.php
r13344 r13364 763 763 $top_offset = bp_core_avatar_full_height() - 10; 764 764 $left_offset = bp_core_avatar_full_width() + 20; 765 766 if ( ! bp_is_active( 'activity' ) || ! bp_activity_do_mentions() ) { 767 $top_offset -= 40; 768 } 765 769 766 770 $cover_image = isset( $params['cover_image'] ) ? 'background-image: url( ' . $params['cover_image'] . ' );' : '';
Note: See TracChangeset
for help on using the changeset viewer.