added extra ../ to href for css and js in header and footer to allow code to be placed deeper within the directory structure moved reports to /user/reports, this should also fix the new custom directories

This commit is contained in:
johnnyq
2025-09-23 17:05:12 -04:00
parent 93061eb695
commit 6b6c70f1df
23 changed files with 93 additions and 93 deletions

View File

@@ -20,26 +20,26 @@ header("X-Frame-Options: DENY");
<!-- Favicon -->
<?php if(file_exists('../uploads/favicon.ico')): ?>
<link rel="icon" type="image/x-icon" href="../uploads/favicon.ico">
<link rel="icon" type="image/x-icon" href="../../uploads/favicon.ico">
<?php endif; ?>
<!-- Font Awesome -->
<link rel="stylesheet" href="../plugins/fontawesome-free/css/all.min.css">
<link rel="stylesheet" href="../../plugins/fontawesome-free/css/all.min.css">
<!-- Custom Styles -->
<link href="../plugins/tempusdominus-bootstrap-4/css/tempusdominus-bootstrap-4.min.css" rel="stylesheet" type="text/css">
<link href="../plugins/select2/css/select2.min.css" rel="stylesheet" type="text/css">
<link href="../plugins/select2-bootstrap4-theme/select2-bootstrap4.min.css" rel="stylesheet" type="text/css">
<link href="../plugins/daterangepicker/daterangepicker.css" rel="stylesheet">
<link href="../plugins/toastr/toastr.min.css" rel="stylesheet">
<link href="../plugins/DataTables/datatables.min.css" rel="stylesheet">
<link href="../plugins/intl-tel-input/css/intlTelInput.min.css" rel="stylesheet">
<link href="../css/itflow_custom.css" rel="stylesheet">
<link rel="stylesheet" href="../plugins/adminlte/css/adminlte.min.css">
<link href="../../plugins/tempusdominus-bootstrap-4/css/tempusdominus-bootstrap-4.min.css" rel="stylesheet" type="text/css">
<link href="../../plugins/select2/css/select2.min.css" rel="stylesheet" type="text/css">
<link href="../../plugins/select2-bootstrap4-theme/select2-bootstrap4.min.css" rel="stylesheet" type="text/css">
<link href="../../plugins/daterangepicker/daterangepicker.css" rel="stylesheet">
<link href="../../plugins/toastr/toastr.min.css" rel="stylesheet">
<link href="../../plugins/DataTables/datatables.min.css" rel="stylesheet">
<link href="../../plugins/intl-tel-input/css/intlTelInput.min.css" rel="stylesheet">
<link href="../../css/itflow_custom.css" rel="stylesheet">
<link rel="stylesheet" href="../../plugins/adminlte/css/adminlte.min.css">
<!-- Scripts -->
<script src="../plugins/jquery/jquery.min.js"></script>
<script src="../plugins/toastr/toastr.min.js"></script>
<script src="../../plugins/jquery/jquery.min.js"></script>
<script src="../../plugins/toastr/toastr.min.js"></script>
</head>
<body class="
hold-transition sidebar-mini layout-fixed layout-navbar-fixed