2 $this->redirectLinks = false;
5 foreach ($this->headTitle() as $item) {
9 echo '<h1>' . $title . '</h1>' . PHP_EOL;
11 print '<p class="center success">';
12 print $this->translate('You have validated your account.');
14 print $this->translate('You can now') . ' ' .
15 $this->anchor($this->baseUrl(), $this->translate('go to main page'));