{include file="$template_path/html/pagenav.html"}
{include file="$template_path/help/help_nav.html"}

正确完成选择题,简单几步就可成为作者。

{if $questions} {foreach from=$questions item=q name=foo}
{$lang.question} {$smarty.foreach.foo.index+1}

{$q.name}

{if isset($answers[$q.id])} {foreach from=$answers[$q.id] item=a} {/foreach} {/if}
{/foreach}
{/if}
{include file="$template_path/html/footer.html"}