Add alt-text to logo

This commit is contained in:
Marcus Hill
2023-01-25 22:47:50 +00:00
parent 67e1fb7021
commit 0f3b6b5d23
2 changed files with 3 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST' && isset($_POST['login'])) {
<div class="login-box">
<div class="login-logo">
<?php if(!empty($company_logo)) { ?>
<img height="110" width="380" class="img-fluid" src="<?php echo "../uploads/settings/1/$company_logo"; ?>">
<img alt="<?=$company_name?> logo" height="110" width="380" class="img-fluid" src="<?php echo "../uploads/settings/1/$company_logo"; ?>">
<?php } else { ?>
<b><?=$company_name?></b> <br>Client Portal Login</h2>
<?php } ?>