6 lines
247 B
PHP
Executable File
6 lines
247 B
PHP
Executable File
<html>
|
|
<body>
|
|
<h1><?php echo sprintf(lang('email_activate_heading'), $identity);?></h1>
|
|
<p><?php echo sprintf(lang('email_activate_subheading'), anchor('auth/activate/'. $id .'/'. $activation, lang('email_activate_link')));?></p>
|
|
</body>
|
|
</html>
|