blob: f1af23ae27745a0df0dcf84d4fca009b696055be (
plain)
1
2
3
4
5
6
|
<?php
// Text
$_['text_subject'] = '%s - Your Account has been denied!';
$_['text_welcome'] = 'Welcome and thank you for registering at %s!';
$_['text_denied'] = 'Unfortunately your request has been denied. For more information you can contact the store owner here:';
$_['text_thanks'] = 'Thanks,';
|