mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-05 03:24:41 +00:00
uwuzu version 1.2.6.1
This commit is contained in:
+5
-1
@@ -2,8 +2,12 @@
|
||||
<div class="botbox">
|
||||
<div class="lbtnzone">
|
||||
<a href="/home" class="btmbutton">ホーム</a>
|
||||
<?php if($notificationcount > 0){?>
|
||||
<a href="/notification" class="btmbutton_on">通知</a>
|
||||
<?php }else{?>
|
||||
<a href="/notification" class="btmbutton">通知</a>
|
||||
<?php }?>
|
||||
<a href="/search" class="btmbutton">検索</a>
|
||||
<a href="/@<?php echo $userid; ?>" class="btmbutton">自情報</a>
|
||||
<a href="/settings" class="btmbutton">設定</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+5
-1
@@ -7,7 +7,11 @@
|
||||
<div class="lbtnzone">
|
||||
<a href="/home" class="leftbutton">🏠ホーム</a>
|
||||
<a href="/search" class="leftbutton">検索</a>
|
||||
<a href="/notification" class="leftbutton">通知</a>
|
||||
<?php if($notificationcount > 0){?>
|
||||
<a href="/notification" class="leftbutton">通知<div class="notipod"><p><?php echo $notificationcount?></p></div></a>
|
||||
<?php }else{?>
|
||||
<a href="/notification" class="leftbutton">通知</a>
|
||||
<?php }?>
|
||||
<a href="/emoji" class="leftbutton">絵文字</a>
|
||||
<a href="/@<?php echo $userid; ?>" class="leftbutton">プロフィール</a>
|
||||
<a href="/settings" class="leftbutton">設定</a>
|
||||
|
||||
Reference in New Issue
Block a user