1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/templates/skin/developer/actions/ActionRegistration/invite.tpl
2010-06-05 10:08:13 +00:00

17 lines
456 B
Smarty

{assign var="noSidebar" value=true}
{include file='header.tpl'}
<div class="center">
<form action="{router page='registration'}invite/" method="POST">
<h2>{$aLang.registration_invite}</h2>
<p><label>{$aLang.registration_invite_code}<br />
<input type="text" name="invite_code" class="input-200" /></label></p>
<input type="submit" name="submit_invite" value="{$aLang.registration_invite_check}" />
</form>
</div>
{include file='footer.tpl'}