faq-new-page.tpl.php 354 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * @file
  4. * Template file for the FAQ page if set to show the answer in a new page.
  5. */
  6. /**
  7. * Available variables:
  8. *
  9. * $list_style
  10. * The style of the list, either ol or ul (ordered list or unordered list).
  11. * $list_items
  12. * An array of nodes to be displayed in the list.
  13. * $list
  14. * Pre-formatted list.
  15. */
  16. ?>
  17. <?php print $list; ?>