You are here

function theme_subscriptions_mail_item_headers in Subscriptions 5

theme a header for an email output

1 theme call to theme_subscriptions_mail_item_headers()
subscriptions_mailvars in ./subscriptions.module

File

./subscriptions.module, line 1585

Code

function theme_subscriptions_mail_item_headers($to_user, $from_addr, $strtype, $node, $cid, $page) {
  return array();
}