You are here

faq-new-page.tpl.php in Frequently Asked Questions 7.2

Same filename and directory in other branches
  1. 6 includes/faq-new-page.tpl.php
  2. 7 includes/faq-new-page.tpl.php

Template file for the FAQ page if set to show the answer in a new page.

File

includes/faq-new-page.tpl.php
View source
<?php

/**
 * @file
 * Template file for the FAQ page if set to show the answer in a new page.
 */

/**
 * Available variables:
 *
 * $list_style
 *   The style of the list, either ol or ul (ordered list or unordered list).
 * $list_items
 *   An array of nodes to be displayed in the list.
 * $list
 *   Pre-formatted list.
 */
print $list;