feature/logging_Service #16

Closed
blaerf wants to merge 28 commits from feature/logging_Service into main
Showing only changes of commit 77ac0577e2 - Show all commits

View File

@ -13,10 +13,10 @@ $title = $pageTitle ?? 'AD Admin Tool';
<title><?php echo htmlspecialchars($title, ENT_QUOTES | ENT_SUBSTITUTE, 'UTF-8'); ?></title>
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="../../vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link
href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/sb-admin-2.min.css" rel="stylesheet">
<link href="../../css/sb-admin-2.min.css" rel="stylesheet">