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.
8 lines
351 B
8 lines
351 B
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
{if $user_info}
|
|
<a href="user.php" class="">{$user_info.username}</a> [<a href="user.php?act=logout">退出</a>]</li>
|
|
{else}
|
|
<a href="user.php" rel="nofollow">请登录</a><s>|</s><a href="user.php?act=register" rel="nofollow">免费注册</a>
|
|
{/if}
|
|
|