Files
cm-app-services2/application/views/auth/email/activate.tpl.php

6 lines
252 B
PHP

<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>