update
This commit is contained in:
@@ -91,7 +91,7 @@
|
|||||||
'#description' => t('Specify full URL to image used in header'),
|
'#description' => t('Specify full URL to image used in header'),
|
||||||
'#size' => 150,
|
'#size' => 150,
|
||||||
'#maxlength' => 500,
|
'#maxlength' => 500,
|
||||||
'#default_value' => variable_get('booking_mailtemplate_header_image_url', $GLOBALS['base_url'] . '/sites/all/modules/booking/images/logo.png'),
|
'#default_value' => empty($colors['booking_mailtemplate_header_image_url']) ? $GLOBALS['base_url'] . '/sites/all/modules/booking/images/logo.png' : $colors['booking_mailtemplate_header_image_url'],
|
||||||
);
|
);
|
||||||
$form['booking_mailtemplate_header_link_url'] = array (
|
$form['booking_mailtemplate_header_link_url'] = array (
|
||||||
'#type' => 'textfield',
|
'#type' => 'textfield',
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
'#description' => t('Specify full URL to direct user if they click on header image'),
|
'#description' => t('Specify full URL to direct user if they click on header image'),
|
||||||
'#size' => 150,
|
'#size' => 150,
|
||||||
'#maxlength' => 500,
|
'#maxlength' => 500,
|
||||||
'#default_value' => variable_get('booking_mailtemplate_header_link_url', $GLOBALS['base_url']),
|
'#default_value' => empty($colors['booking_mailtemplate_header_link_url']) ? $GLOBALS['base_url'] : $colors['booking_mailtemplate_header_link_url'],
|
||||||
);
|
);
|
||||||
|
|
||||||
$form['header-links'] = array(
|
$form['header-links'] = array(
|
||||||
|
Reference in New Issue
Block a user