localeSwitcher(); print $this->form; if ($this->sendError) { $to = Zend_Controller_Front::getInstance()->getParam('webmasterEmail'); print '

'; print $this->translate('There was an unkwown message when sending the message. Please try again later, or send a mail directly to %s', $this->escape($to), $this->escape($to)); print "

" . PHP_EOL; } ?>