{include file="public/head" /}
{$Think.lang.v_home}
{volist name="viewNavigation" id="aboutNavRs"}
{$aboutNavRs.title}
{/volist}
{volist name="moduleSort" id="aboutSortRs"} {empty name="aboutSortRs.sub"}
{$aboutSortRs.title}
{else /}
{$aboutSortRs.title}
{volist name="aboutSortRs.sub" id="subRs"} {empty name="subRs.subsub"}
{$subRs.title}
{else /}
{$subRs.title}
{volist name="subRs.subsub" id="subsubRs"}
{$subsubRs.title}
{/volist}
{/empty} {/volist}
{/empty} {/volist}
{$rs.title}
{$content1|htmlspecialchars_decode}
{eq name="guestbook" value="1"}
{include file="public/guestbook" /}
{/eq}
{include file="public/foot" /}