7 lines
284 B
PHTML
7 lines
284 B
PHTML
|
<?php if ($this->context->transport->success === true): ?>
|
||
|
<p class="alert alert-success">Activation completed successfully.
|
||
|
<?php if ($this->config->registration->staffActivation): ?>
|
||
|
<br>However, your account still must be confirmed by staff.
|
||
|
<?php endif ?></p>
|
||
|
<?php endif ?>
|