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
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"> </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"> </span>
|
|
<a class="link" href="user.php?act=register" rel="nofollow" style="color: #FFF">客戶註冊</a>
|
|
{/if}
|
|
|