function simplenews_theme in Simplenews 3.x
Same name and namespace in other branches
- 8.2 simplenews.module \simplenews_theme()
- 8 simplenews.module \simplenews_theme()
- 6.2 simplenews.module \simplenews_theme()
- 6 simplenews.module \simplenews_theme()
- 7.2 simplenews.module \simplenews_theme()
- 7 simplenews.module \simplenews_theme()
Implements hook_theme().
File
- ./
simplenews.module, line 790 - Simplenews node handling, sent email, newsletter block and general hooks.
Code
function simplenews_theme() {
return [
'simplenews_newsletter_body' => [
'render element' => 'elements',
],
];
}