{$smarty.const.FAQ_NAME}

{$smarty.const.FAQ_CATEGORIES}

{$smarty.const.ADMIN_FRONTPAGE} > {$smarty.const.FAQ_CATEGORIES}

{if is_array($faq_plugin.categories)}
    {foreach from=$faq_plugin.categories item=cat} {if $cat.depth == 0}
  • {$cat.category}
  • {/if} {/foreach}
{/if}