{ $method->exe("faq_category","category_list")} { if ($method->result == FALSE) } { $block->display("core:method_error") } {/if} {if $faq_category_list_display == true}
{translate module=faq}faqs{/translate}
{translate module=faq_category}categories{/translate}
{foreach name=forcatlist from=$faq_category_list_results item=record} {if ($smarty.foreach.forcatlist.iteration%3 eq 0)} {/if} {/foreach}
{$record.name} ({$record.children})
{else} {translate module=faq} no_pages {/translate} {/if}