{assign var="title" value="User Agreement"} {include file="header.html"}
{$title}

  {if $error}
{foreach from=$error item=e}
  • {$e} {/foreach}
  • {/if} Please read and agree with the following user agreement:
    === PLACE YOUR AGREEMENT TEXT HERE ===
    I Agree
    {include file="footer.html"}