debugging

This commit is contained in:
2017-09-15 16:19:47 +10:00
parent e8531a8baf
commit 0bb9d0bbf7
2 changed files with 2 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
$social_links = json_decode(variable_get('booking_mailtemplate_social_links'), TRUE);
//watchdog('booking_debug', "<pre>Mail template navigation links loaded\n@info</pre>", array('@info' => print_r($header_links, true)));
watchdog('booking_debug', "<pre>Mail template social links loaded\n@info</pre>", array('@info' => print_r($social_links, true)));
$form['colors'] = array(
'#type' => 'fieldset',

View File

@@ -900,7 +900,7 @@ function booking_theme($existing, $type, $theme, $path) {
'footer' => NULL,
'colors' => NULL,
'header_links' => NULL,
'social_links' => NULL
'social_links' => NULL,
),
'path' => $theme_path,
//'image_path' => drupal_get_path('module', 'booking'). '/images',