Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
faq_site_map()
contributions/faq/faq.module, line 1994
<?php
function faq_site_map() {
$title = variable_get('faq_title', 'Frequently Asked Questions');
$output = faq_get_faq_list();
return theme('box', $title, $output);
}
?>