mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
1a6a0dd16f
Notes: index.php - example document for main index, default.tpl wrapper faq.php - example document for faq page, nonav.tpl wrapper
11 lines
149 B
Smarty
11 lines
149 B
Smarty
|
|
<h1>Frequently Asked Questions</h1>
|
|
|
|
<dl>
|
|
{section name=faq loop=$faq}
|
|
<dt>{$faq[faq].title}</dt>
|
|
<dd>{$faq[faq].text|nl2br}</dd>
|
|
{/section}
|
|
</dl>
|
|
|