Files
web-site/Internal/package-authentication/Resources/Activation.php
T
2026-07-01 16:44:17 +03:00

17 lines
513 B
PHP

<?php $lang = ZN\Lang::default('ZN\Authentication\AuthenticationDefaultLanguage')::select('Authentication'); ?>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<table class="table table-bordered">
<tr>
<th><?php echo $lang['activationProcess']?></th>
</tr>
<tr>
<td>
<a href="<?php echo $url.'user/'.$user.'/pass/'.$pass; ?>"> <?php echo $lang['activation']?> </a>
</td>
</tr>
</table>