diff --git a/booking.mailtemplate_admin.inc b/booking.mailtemplate_admin.inc index c99740c..478c121 100644 --- a/booking.mailtemplate_admin.inc +++ b/booking.mailtemplate_admin.inc @@ -20,6 +20,7 @@ $social_links = json_decode(variable_get('booking_mailtemplate_social_links'), TRUE); //watchdog('booking_debug', "
Mail template navigation links loaded\n@info", array('@info' => print_r($header_links, true))); + watchdog('booking_debug', "
Mail template social links loaded\n@info", array('@info' => print_r($social_links, true))); $form['colors'] = array( '#type' => 'fieldset', diff --git a/booking.module b/booking.module index 11281ae..4519b8f 100644 --- a/booking.module +++ b/booking.module @@ -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',