redirectLinks = false; $title = ""; foreach ($this->headTitle() as $item) { $title .= $item; } echo '

' . $title . '

' . PHP_EOL; print '

'; print $this->translate('You have canceled the request.'); print ' '; print $this->translate('You can now') . ' ' . $this->anchor($this->baseUrl(), $this->translate('go to main page')); print '

'; ?>