You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
553 B

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
{if $user_info}
<a class="link" href="user.php" rel="nofollow" style="color: #FFF">會員中心</a>
<span class="sep">&nbsp;</span>
<a class="link" href="user.php?act=logout" rel="nofollow" style="color: #FFF">會員登出</a>
{else}
<a class="link" href="user.php" rel="nofollow" style="color: #FFF">會員登入</a>
<span class="sep">&nbsp;</span>
<a class="link" href="user.php?act=register" rel="nofollow" style="color: #FFF">會員註冊</a>
{/if}