]> dev.renevier.net Git - syj.git/blob - application/views/scripts/pending/creation_validate.phtml
version 0.1
[syj.git] / application / views / scripts / pending / creation_validate.phtml
1 <?php
2     $this->redirectLinks = false;
3
4     $title = "";
5     foreach ($this->headTitle() as $item) {
6         $title .= $item;
7     }
8
9     echo '<h1>' . $title . '</h1>' . PHP_EOL;
10
11     print '<p class="center success">';
12     print $this->translate('You have validated your account.');
13     print ' ';
14     print $this->translate('You can now') . ' ' .
15           $this->anchor($this->baseUrl(), $this->translate('go to main page'));
16     print '</p>';
17 ?>