diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-02-23 18:24:01 -0500 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-02-23 18:24:01 -0500 |
| commit | 117d7a7ce83dbcf749c88201cd46a3e10efc899b (patch) | |
| tree | 0937bf274a77984bae213d37be9b9ee531d06a73 /inc/eml.tpl | |
| parent | b13221d3d3c98912e130c33c725d7274cda5b27d (diff) | |
| download | bulletin-117d7a7ce83dbcf749c88201cd46a3e10efc899b.tar.gz | |
When an ad receives a response, create a hook which emails the poster
Diffstat (limited to 'inc/eml.tpl')
| -rw-r--r-- | inc/eml.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/eml.tpl b/inc/eml.tpl index e09831d..49cd743 100644 --- a/inc/eml.tpl +++ b/inc/eml.tpl @@ -17,7 +17,7 @@ </div> </div> <div style="width: 450px; height: 1px; margin: auto; background: #dddddd;"></div> - <p style="margin-top: 2em; text-align: center; font-family: sans-serif; font-size: 12pt; color: #aaaaaa;">Welcome to Bulletin!</p> +[config:eml_footer] <p style="color: #dddddd; margin: 4em auto auto auto; text-align: center; font-size: x-small; font-family: sans-serif;">Copyright © 2016 Bulletin Team</p> </body> </html> |
