Skip to:
Content

BuddyPress.org

Changeset 10667


Ignore:
Timestamp:
03/21/2016 04:02:26 PM (8 years ago)
Author:
djpaul
Message:

Emails: add missing header background colour to email template.

Fixes #6954 (2.5 branch)

Props modemlooper

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/src/bp-templates/bp-legacy/buddypress/assets/emails/single-bp-email.php

    r10609 r10667  
    137137
    138138            <!-- Email Header : BEGIN -->
    139             <table cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="max-width: 600px; border-top: 7px solid <?php echo esc_attr( $settings['highlight_color'] ); ?>" class="header_bg">
     139            <table cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="max-width: 600px; border-top: 7px solid <?php echo esc_attr( $settings['highlight_color'] ); ?>" bgcolor="<?php echo esc_attr( $settings['header_bg'] ); ?>" class="header_bg">
    140140                <tr>
    141141                    <td style="text-align: center; padding: 15px 0; font-family: sans-serif; mso-height-rule: exactly; font-weight: bold; color: <?php echo esc_attr( $settings['header_text_color'] ); ?>; font-size: <?php echo esc_attr( $settings['header_text_size'] . 'px' ); ?>" class="header_text_color header_text_size">
Note: See TracChangeset for help on using the changeset viewer.