mirror of https://github.com/itflow-org/itflow
Update admin_side_nav.php
https://forum.itflow.org/d/785-new-templates-ui-bug-admin
This commit is contained in:
parent
dfa952ab73
commit
084dcb782e
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue