{php include $this->template('web_public/header')}
首页 > {if $info} {$info['title']} {/if}

{$info['title']}

{php echo htmlspecialchars_decode($info['content'])}
设计师人气榜
{if $from_info['img']} {/if}
{loop $from_info['body'] $item} {if $item['type'] == 'text'} {elseif $item['type'] == 'radio'} {elseif $item['type'] == 'checkbox'} {elseif $item['type'] == 'phone'} {elseif $item['type'] == 'name'} {elseif $item['type'] == 'select'} {/if} {/loop}

已有{$from_info['count']}人提交

{php include $this->template('web_public/footer_nav')}