{# /** * @file * Template file for the FAQ page if set to show the questions inline. * * Available variables: * - nodes: The array of nodes to be displayed. Each node stored in the $nodes array has the following information: * - question: The question text. * - body: The answer text. * - links: Represents the node links, e.g. "Read more". * - question_label: The question label, intended to be pre-pended to the question text. * - answer_label: The answer label, intended to be pre-pended to the answer text. * - use_teaser: Tells whether $node['body'] contains the full body or just the teaser * * @see template_preprocess_faq_questions_inline() * * @ingroup themable */ #}