]> dev.renevier.net Git - syj.git/blob - application/views/scripts/contact/index.phtml
version 0.1
[syj.git] / application / views / scripts / contact / index.phtml
1 <?php
2     print $this->localeSwitcher();
3     print $this->form;
4
5     if ($this->sendError) {
6         $to = Zend_Controller_Front::getInstance()->getParam('webmasterEmail');
7         print '<p class="error message">';
8         print $this->translate('There was an unkwown message when sending the message. Please try again later, or send a mail directly to <a href="mailto:%s">%s</a>', $this->escape($to), $this->escape($to));
9         print "</p>" . PHP_EOL;
10     }
11 ?>