You are here

function advanced_forum_node_view in Advanced Forum 7.2

Implements hook_node_view().

hook_link() and hook_link_alter() functionality implemented here

File

./advanced_forum.module, line 435
Enables the look and feel of other popular forum software.

Code

function advanced_forum_node_view($node, $view_mode, $langcode) {
  advanced_forum_links_alter($node, $view_mode, 'node');
}