This commit is contained in:
Dharmaraj Shrestha 2025-02-21 16:18:51 +05:45
parent 74918dacd7
commit 593ded873b
2 changed files with 2 additions and 3 deletions

View File

@ -203,7 +203,6 @@ HTML;
<p><strong>Pickup Date:</strong> {$pickup_date}</p>
<p><strong>Drop-off Date:</strong> {$dropoff_date}</p>
<p><strong>Subject:</strong> {$subject}</p>
<p><strong>Message:</strong><br>{$message}</p>
</div>
<div class="text-center">
<a href="mailto:{$user_email}?subject=Re: {$subject}" class="btn btn-primary btn-reply">Reply to {$name}</a>
@ -244,7 +243,7 @@ HTML;
}
// Include header after potential redirects
include('header.php');
// include('header.php');
// Handle status messages (this part is optional if you want to display messages on the referring page)
if (isset($_GET['status'])) {

View File

@ -193,7 +193,7 @@ HTML;
}
// Include header after potential redirects
include('header.php');
// include('header.php');
// Handle status messages
if (isset($_GET['status'])) {