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

' . $title . '

' . PHP_EOL; print '

'; $href = $this->addParamToUrl('login', 'redirect', 'account'); print $this->translate('Your new password is now %s. You can %s with this new password. Don\'t forget to change it again to a personal password as soon as possible.', $this->escape($this->newpwd), $this->anchor($href, $this->translate('log in')) ); print '

'; ?>