You are here

function answers_preprocess_node in Answers 7.4

Same name and namespace in other branches
  1. 8 answers.module \answers_preprocess_node()

Implements hook_preprocess_node().

File

./answers.module, line 511
The Answers module.

Code

function answers_preprocess_node(&$vars) {
  _answers_check_type_theming_suggestion($vars, 'node__answers');
}