$!httpInclude.include("/buyer/head.htm")
$!httpInclude.include("/buyer/account_nav.htm?op=account")
#if($!user.photo)
#set($img="$!webPath/$!user.photo.path/$!user.photo.name")
#else
#set($img="$!webPath/$!config.memberIcon.path/$!config.memberIcon.name")
#end
|
$!httpInclude.include("/footer.htm")