Files
FHC-Core/application/views/templates/mailHTML.php
T
Paolo a5b3f0ed88 - Moved constants EMAIL_KONTAKT_TYPE and SENT_INFO_NEWLINE from config/constants.php to MessageLib
- 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
2019-06-13 14:09:56 +02:00

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>