16 lines
466 B
Smarty
16 lines
466 B
Smarty
<h3>{$LANG.domaingeteppcode}</h3>
|
|
|
|
<p>
|
|
{$LANG.domaingeteppcodeexplanation}
|
|
</p>
|
|
|
|
<br />
|
|
|
|
{if $error}
|
|
{include file="$template/includes/alert.tpl" type="error" msg=$LANG.domaingeteppcodefailure|cat:" $error"}
|
|
{elseif $eppcode}
|
|
{include file="$template/includes/alert.tpl" type="warning" msg=$LANG.domaingeteppcodeis|cat:" $eppcode"}
|
|
{else}
|
|
{include file="$template/includes/alert.tpl" type="warning" msg=$LANG.domaingeteppcodeemailconfirmation}
|
|
{/if}
|