Simplified themimg, Added Hyperlink colors to the theme as well

This commit is contained in:
johnnyq
2023-01-20 13:53:24 -05:00
parent 196806e449
commit 7d29b551e7
7 changed files with 8 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ header("X-Frame-Options: DENY");
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="robots" content="noindex">
<title><?php echo $config_app_name; ?></title>
<title><?php echo "$session_company_name | $config_app_name"; ?></title>
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css">
@@ -38,5 +38,5 @@ header("X-Frame-Options: DENY");
<script src="plugins/toastr/toastr.min.js"></script>
</head>
<body class="hold-transition sidebar-mini accent-<?php echo $config_theme_hyperlink_accent; ?>">
<body class="hold-transition sidebar-mini accent-<?php echo $config_theme; ?>">
<div class="wrapper text-sm">