Update admin/ breadcrumbs to match plural file names

This commit is contained in:
johnnyq
2026-07-15 00:48:16 -04:00
parent 6e20800a98
commit 6dbe84dee4
3 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ if (isset($_GET['project_template_id'])) {
<a href="admin_user.php">Admin</a>
</li>
<li class="breadcrumb-item">
<a href="project_template.php">Project Templates</a>
<a href="project_templates.php">Project Templates</a>
</li>
<li class="breadcrumb-item active">Project Template Details</li>
</ol>