шаблоны писем для webform d7

Главные вкладки

Аватар пользователя penexe penexe 17 августа 2011 в 14:14

Не цепляются шаблоны вебформ из темы
webform-mail.tpl.php и тд

так задаётся в модуле

function webform_theme() {
$theme = array(
'webform_mail_message' => array(
      'variables' => array('node' => NULL, 'submission' => NULL, 'email' => NULL),
      'template' => 'templates/webform-mail',
      'pattern' => 'webform_mail(_[0-9]+)?',
    ),
);
return $theme;
}

есть варианты?