This commit is contained in:
Olu Amey
2021-10-11 20:09:27 -04:00
parent 7213128d8f
commit badca835ef
+1 -1
View File
@@ -209,7 +209,7 @@
if ($_SESSION["active_offers_count"] > 0) { if ($_SESSION["active_offers_count"] > 0) {
?> ?>
<a href="/jobs/pendingoffer" class="btn btn-link btn-float text-size-small has-text"><span>Market Jobs[<?php echo $_SESSION["active_offers_count"]; ?>]</span></a> <a href="/jobs/pendingoffer" class="btn btn-link btn-float text-size-small has-text"><span>Market Jobs[<?php echo $_SESSION["active_offers_count"]; ?>]</span></a>
<? <?php
} }
?> ?>