{include file='index@common/header' /}

留言列表


{foreach name='lists' item='vo'}

{$vo.content}

{notempty name='vo.reply'}

{$vo.reply}

{/notempty}
{/foreach} {$page}

我要留言

{if condition="false !== eb_config('guestbook.captcha')"} {include file='common/captcha' /} {/if}
推荐留言
{php} $data = \app\guestbook\model\Guestbook::where(['status'=>1,'recommend'=>1]) -> limit(10) -> select(); {/php} {foreach name='data' item='vo'}

{$vo.content}

{$vo.reply}

{/foreach}
{include file='index@common/footer' /}