Add Open Quotes to the Side Nav

This commit is contained in:
johnnyq
2024-04-08 17:35:21 -04:00
parent a9e5c1ff9c
commit 3e14938a53
2 changed files with 12 additions and 1 deletions

View File

@@ -81,7 +81,13 @@
echo "active";
} ?>">
<i class="nav-icon fas fa-comment-dollar"></i>
<p>Quotes</p>
<p>
Quotes
<?php
if ($num_open_quotes) { ?>
<span class="right badge text-light"><?php echo $num_open_quotes; ?></span>
<?php } ?>
</p>
</a>
</li>
<li class="nav-item">