{template 'wap/header.html'}

{lang('guestbook')}

Guestbook

{verify()}
{if $user}
{lang('guestlist')}:
{loop $data $d}
{lang('username')}:{$d[username]}{sdate($d[adddate],'Y-m-d H:i')}
{$d[content]}
{if $d['reply']}
{lang('adminreply')}: {$d['reply']}
{/if} {/loop}
{/if}
{lang(backuppage)}
{template 'wap/footer.html'}