1
0
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:
だいちまる
2023-08-19 21:36:13 +09:00
committed by GitHub
parent 1442ff648a
commit ea8587e10f
22 changed files with 292 additions and 15 deletions
+5 -1
View File
@@ -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>