{if file_exists("templates/$template/includes/login/overwrites/register-form.tpl")} {include file="{$template}/includes/login/overwrites/register-form.tpl"} {else} {if in_array('state', $optionalFields)} {/if} {if $registrationDisabled} {include file="$template/includes/alert.tpl" type="error" msg=$LANG.registerCreateAccount|cat:' '|cat:$LANG.registerCreateAccountOrder|cat:''} {/if} {if !$registrationDisabled} {if $errormessage} {include file="$template/includes/alert.tpl" type="error" errorshtml=$errormessage} {/if}
{/if} {/if}