16 lines
251 B
PHP
16 lines
251 B
PHP
<?php the_header(
|
|
'Account activation',
|
|
'',
|
|
'activation',
|
|
[
|
|
['robots', 'nofollow, noindex']
|
|
])
|
|
?>
|
|
|
|
<div class="container">
|
|
Your account has been successfully activated. You can now log in.
|
|
</div>
|
|
|
|
<?php
|
|
the_footer();
|
|
?>
|