Started updating href paths to absolute paths instead of relative paths as itflow should be installed in document root anyway and not a sub-directory

This commit is contained in:
johnnyq
2025-09-24 12:56:01 -04:00
parent ca6a903b8f
commit e6bcf0e12f
23 changed files with 156 additions and 92 deletions

View File

@@ -1,4 +1,4 @@
<?php require_once "includes/inc_all.php"; ?>
<?php require_once "includes/inc_all_custom.php"; ?>
<!-- Breadcrumbs-->
<ol class="breadcrumb">
@@ -69,4 +69,4 @@ echo "Current Date and Time: <strong>$date_time</strong>";
<script>toastr.success('Have Fun Wozz!!')</script>
<?php require_once "../includes/footer.php";
<?php require_once "../../includes/footer.php";