mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-21 15:58:42 +00:00
fix: new_msg_tot badge
This commit is contained in:
parent
147961a9b9
commit
a734c829b9
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user