message
This commit is contained in:
parent
74918dacd7
commit
593ded873b
@ -203,7 +203,6 @@ HTML;
|
|||||||
<p><strong>Pickup Date:</strong> {$pickup_date}</p>
|
<p><strong>Pickup Date:</strong> {$pickup_date}</p>
|
||||||
<p><strong>Drop-off Date:</strong> {$dropoff_date}</p>
|
<p><strong>Drop-off Date:</strong> {$dropoff_date}</p>
|
||||||
<p><strong>Subject:</strong> {$subject}</p>
|
<p><strong>Subject:</strong> {$subject}</p>
|
||||||
<p><strong>Message:</strong><br>{$message}</p>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<a href="mailto:{$user_email}?subject=Re: {$subject}" class="btn btn-primary btn-reply">Reply to {$name}</a>
|
<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 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)
|
// Handle status messages (this part is optional if you want to display messages on the referring page)
|
||||||
if (isset($_GET['status'])) {
|
if (isset($_GET['status'])) {
|
||||||
|
@ -193,7 +193,7 @@ HTML;
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Include header after potential redirects
|
// Include header after potential redirects
|
||||||
include('header.php');
|
// include('header.php');
|
||||||
|
|
||||||
// Handle status messages
|
// Handle status messages
|
||||||
if (isset($_GET['status'])) {
|
if (isset($_GET['status'])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user