This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/sites/all/modules/faq/includes/faq-new-page.tpl.php

20 lines
351 B
PHP

<?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.
*/
?>
<?php
print $list;