Skip to content

Commit

Permalink
Update admin_side_nav.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wrongecho authored Mar 30, 2024
1 parent dfa952a commit 084dcb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin_side_nav.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
<i class="nav-icon fas fa-project-diagram"></i>
<p>Project Templates</p>
</a>
</li>
<li class="nav-item">
<a href="admin_ticket_templates.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "admin_ticket_templates.php") {echo "active";} ?>">
<i class="nav-icon fas fa-life-ring"></i>
<p>Ticket Templates</p>
Expand Down

0 comments on commit 084dcb7

Please sign in to comment.