function simplenews_view in Simplenews 5
Implementation of hook_view().
File
- ./
simplenews.module, line 499
Code
function simplenews_view(&$node, $teaser = FALSE) {
$node = simplenews_replace_vars($node, TRUE);
$node = node_prepare($node, $teaser);
return $node;
}