mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user