Update Client Nav to use Absolute links and updated more of the inc_alls to use Document Server Root

This commit is contained in:
johnnyq
2025-10-07 13:44:08 -04:00
parent 3fcbe440d3
commit 16242be74e
14 changed files with 98 additions and 104 deletions

View File

@@ -37,7 +37,7 @@ $session_company_name = $row['company_name'];
If Fav Icon exists else use the default one
-->
<?php if(file_exists($_SERVER['DOCUMENT_ROOT'] . '/uploads/favicon.ico')) { ?>
<link rel="icon" type="image/x-icon" href="/uploads/favicon.ico">
<link rel="icon" href="/uploads/favicon.ico">
<?php } ?>
<!-- Font Awesome Icons -->
@@ -46,10 +46,10 @@ $session_company_name = $row['company_name'];
<link rel="stylesheet" href="/plugins/adminlte/css/adminlte.min.css">
<!-- Custom Style Sheet -->
<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 rel="stylesheet" href="/plugins/tempusdominus-bootstrap-4/css/tempusdominus-bootstrap-4.min.css">
<link rel="stylesheet" href="/plugins/select2/css/select2.min.css">
<link rel="stylesheet" href="/plugins/select2-bootstrap4-theme/select2-bootstrap4.min.css">
<link rel="stylesheet" href='/plugins/daterangepicker/daterangepicker.css'>
</head>
<body class="layout-top-nav">