chevereto-free/app/themes/Peafowl/mails/footer.php

5 lines
240 B
PHP
Raw Normal View History

2020-06-24 18:35:15 +00:00
<?php if(!defined('access') or !access) die('This file cannot be directly accessed.'); ?>
<br><br>--<br>
<?php _se('This email was sent from %w %u', ['%w' => CHV\getSetting('website_name'), '%u' => G\get_base_url()]); ?>
</body>
2016-08-18 20:39:31 +00:00
</html>