registerSuccess.php 242 Bytes
Newer Older
Яков's avatar
first  
Яков committed
1
2
3
4
5
6
7
8
9
<?php use_helper('I18N') ?>
<?php echo form_tag('user/register') ?>
<table>
<?php echo $form ?>
  <tr><td colspan="2">
      <input type="submit" id="submit" name="submit" value="<?php echo __('Register') ?> " />
  </td></tr>
</table>
</form>