fix: new_msg_tot badge

This commit is contained in:
Baoshuo Ren 2023-10-05 19:29:23 +08:00
parent 147961a9b9
commit a734c829b9
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -253,7 +253,12 @@ $new_msg_tot = $new_user_msg_num + $new_system_msg_num;
<?php endif ?>
">
<?php if ($ShowPageHeader) : ?>
<?php uojIncludeView($PageNav, array('REQUIRE_LIB' => $REQUIRE_LIB)) ?>
<?php uojIncludeView($PageNav, [
'REQUIRE_LIB' => $REQUIRE_LIB,
'new_msg_tot' => $new_msg_tot,
'new_user_msg_num' => $new_user_msg_num,
'new_system_msg_num' => $new_system_msg_num,
]) ?>
<?php endif ?>
<div class="uoj-content <?= $PageContainerClass ?> flex-fill">