Skip to content

Commit

Permalink
fix: new_msg_tot badge
Browse files Browse the repository at this point in the history
  • Loading branch information
renbaoshuo committed Oct 5, 2023
1 parent 147961a commit a734c82
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion web/app/views/page-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,12 @@ function(math, doc) {
<?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">

0 comments on commit a734c82

Please sign in to comment.