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

Прислано: penexe

ср, 17/08/2011 - 10: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;
}

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

Ссылки партнёров