Revize 18ac9009
Přidáno uživatelem Ondřej Fibich před asi 9 roky(ů)
application/views/registration/index.php | ||
---|---|---|
<div id="content">
|
||
<h2><?php echo $title ?></h2>
|
||
<?php echo isset($message) ? '<div class="message">' . $message . '</div>' : '' ?>
|
||
<?php echo Settings::get('registration_license') ?>
|
||
<?php echo Settings::get('registration_form_info') ?>
|
||
<?php echo $form ?>
|
||
<p><?php echo html::anchor(url_lang::base() . 'login', '« ' . __('back to login')) ?></p>
|
||
</div>
|
Také k dispozici: Unified diff
Fix merge issue that removed all staff from developer branch :-).