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()
File
- ./
subscriptions.module, line 1585
Code
function theme_subscriptions_mail_item_headers($to_user, $from_addr, $strtype, $node, $cid, $page) {
return array();
}