mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
a5b3f0ed88
- Added function parseTemplate to helper helpers/hlp_common_helper.php - Changed method getMessages of model models/system/Recipient_model.php - Changed views/templates/mailHTML.php and views/templates/mailTXT.php
14 lines
271 B
PHP
14 lines
271 B
PHP
<html>
|
|
<head>
|
|
<title>Notification of personal message reception</title>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h2>A new message is available</h2>
|
|
<div class="body">
|
|
<a href="{href}">Click here to view the message</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|