function template_preprocess_faq_ask_unanswered in FAQ_Ask 8
Same name and namespace in other branches
- 7 faq_ask.unanswered.inc \template_preprocess_faq_ask_unanswered()
Create a categorized list of nodes that are not answered.
File
- ./
faq_ask.module, line 426 - This module is an add-on to FAQ module, allows users to 'ask question'.
Code
function template_preprocess_faq_ask_unanswered(&$variables) {
return Utility::faqAskUnansweredBuild($variables);
}