]> dev.renevier.net Git - syj.git/blob - application/views/scripts/pending/index.phtml
version 0.1
[syj.git] / application / views / scripts / pending / index.phtml
1 <?php
2     $this->redirectLinks = false;
3     echo $this->localeSwitcher();
4
5     $title = "";
6     foreach ($this->headTitle() as $item) {
7         $title .= $item;
8     }
9
10
11     echo '<h1>' . $title . '</h1>' . PHP_EOL;
12
13     print $this->form;
14
15     print '<p class="center">';
16     print $this->translate("If you need more informations, please") . ' ' .
17           $this->anchor("contact", $this->translate("contact us"));
18     print '</p>';
19 ?>