diff options
| author | spiderr <spider@viovio.com> | 2013-07-10 12:51:47 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-07-10 12:51:47 -0400 |
| commit | a4993255cd901aa23240c75550ddbc70b34b597a (patch) | |
| tree | c4cdb38d403b456fcb5e2655587c2f1bb723840d | |
| parent | 3bf9d931a1f2b2043f8f7cb54a57f52212dbafef (diff) | |
| download | users-a4993255cd901aa23240c75550ddbc70b34b597a.tar.gz users-a4993255cd901aa23240c75550ddbc70b34b597a.tar.bz2 users-a4993255cd901aa23240c75550ddbc70b34b597a.zip | |
add register.php to register.tpl {form}
| -rw-r--r-- | templates/register.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/register.tpl b/templates/register.tpl index 8b5a80b..dda7380 100644 --- a/templates/register.tpl +++ b/templates/register.tpl @@ -3,7 +3,7 @@ {if $msg} <div class="alert alert-info">{$msg|escape}</div> {else} -{form class="span6 form-horizontal" enctype="multipart/form-data" legend="Register as a new user" secure=$gBitSystem->isFeatureActive("site_https_login_required")} +{form action="`$smarty.const.USERS_PKG_URL`register.php" class="span6 form-horizontal" enctype="multipart/form-data" legend="Register as a new user" secure=$gBitSystem->isFeatureActive("site_https_login_required")} {foreach from=$reg.CUSTOM item='custom' key='custom_name'} <input type="hidden" name="CUSTOM[{$custom_name}]" value="{$custom}"/> {/foreach} |
