xiuno_plugin/Last_Volatility/hook/thread_username_before.htm
2019-12-18 13:38:56 +08:00

11 lines
423 B
HTML

<a class="user_avatar" href='<?php echo url("user-$thread[uid]");?>' tabindex="-1">
<img class="avatar-3 mr-3" src="<?php echo $thread['user_avatar_url'];?>">
</a>
<div>
<div class="a">
<span class="username">
<a href="<?php echo url("user-$thread[uid]");?>"
class="text-muted font-weight-bold"><?php echo $thread['username'];?></a>
</span>
</div>
<div class="b">