Show number of services in nav bar

This commit is contained in:
Marcus Hill
2022-01-24 20:19:21 +00:00
parent 5c33a18b80
commit f48ae8c804
2 changed files with 5 additions and 2 deletions

View File

@@ -147,8 +147,8 @@
<p>
Services
<?php
if($num_assets > 0){ ?>
<span class="right badge badge-light">3<?php //echo $num_assets; ?></span>
if($num_services > 0){ ?>
<span class="right badge badge-light"><?php echo $num_services; ?></span>
<?php } ?>
</p>
</a>