diff --git a/template.php b/template.php index 764bfe6..8ec976e 100644 --- a/template.php +++ b/template.php @@ -1,31 +1,37 @@ - 'text/html; charset=UTF-8; format=flowed; delsp=yes', - 'X-Mailer' => 'Drupal Webform (PHP/'. phpversion() .')', - ); - return $headers; -} \ No newline at end of file + 'text/html; charset=UTF-8; format=flowed; delsp=yes', + 'X-Mailer' => 'Drupal Webform (PHP/'. phpversion() .')', + ); + return $headers; +} + +function danland_preprocess_block(&$variables) { + if (!isset($variables['block_classes'])) { + $variables['block_classes'] = ''; + } +}