New module 'Frequently Asked Questions'
This commit is contained in:
parent
651e9da4af
commit
a1430ac014
23 changed files with 4986 additions and 0 deletions
20
sites/all/modules/faq/includes/faq-new-page.tpl.php
Normal file
20
sites/all/modules/faq/includes/faq-new-page.tpl.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?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;
|
Reference in a new issue