{if $smarty.get.c == 'admin'} {include file="header.html" t="管理中心"}
  • {if $smarty.get.a==backup}数据操作{else}数据操作{/if}
  • {if $smarty.get.a==api}API设置{else}API设置{/if}
  • {elseif $smarty.get.c == 'user' ||$smarty.get.a == 'qq_binding'} {include file="header.html" t="个人设置"}
    {/if}