Source of: /ADI/auth-db-sessions/message_template.tpl

  <html>
  <head>

   {if $message_type == 1 }
       <title>Registration Complete</title>
       <meta http-equiv="refresh" content="20; url=login_smarty.php" />
   {/if}
   {if $message_type == 2 }
       <title>Goodbye page</title>       
       <meta http-equiv="refresh" content="10; url=index_smarty.php" />
   {/if}
  </head>
  <body>
 
   {$message}
  
  {include file='footer.tpl'}
  </body>
  </html>