mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-02 12:49:27 +00:00
9 lines
175 B
PHP
9 lines
175 B
PHP
<div>
|
|
S: <?php echo $message->subject; ?>
|
|
</div>
|
|
<div>
|
|
B: <?php echo $message->body; ?>
|
|
</div>
|
|
<div>
|
|
<a href="<?php echo $href.$message->token; ?>">Reply</a>
|
|
</div>
|