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.
13 lines
473 B
13 lines
473 B
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
{if $user_info}
|
|
您好
|
|
<span>
|
|
<a href="user.php">{$user_info.username}</a>,欢迎来到<a alt="首页" title="首页" href="index.php">
|
|
<span>{$shop_name}</span>
|
|
</a>
|
|
</span>
|
|
<span>[<a href="user.php?act=logout">{$lang.user_logout}</a>]</span>
|
|
{else}
|
|
<a href="user.php" class="link-login style-red">请登录</a><a href="user.php?act=register" class="link-regist">注册</a>
|
|
{/if}
|