You are here

function template_preprocess_faq_ask_unanswered_block in FAQ_Ask 8

Same name and namespace in other branches
  1. 7 faq_ask.unanswered.inc \template_preprocess_faq_ask_unanswered_block()

Create list of unanswered questions for display in block.

File

./faq_ask.module, line 478
This module is an add-on to FAQ module, allows users to 'ask question'.

Code

function template_preprocess_faq_ask_unanswered_block(&$variables) {
  return Utility::faqAskUnansweredBlockBuild($variables);
}