This repository has been archived on 2019-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
onemove/application/views/registration/closed.php
Linux User 491c2321da Интерфейс и немного логики регистрации.
Сама регистрация не работает, так как ещё не прикручены юзеры.
2011-06-29 17:06:25 +08:00

7 lines
411 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php echo Request::factory('header/standard')->post('title',"Регистрация закрыта")->post('styles','main.css')->execute() ?>
<p>К сожалению, голосование уже началось, а значит, регистрация закрыта.</p>
<p>Желаем удачи в следующем конкурсе!</p>
<?php echo Request::factory('footer/standard')->execute() ?>