blob: 4989efed01ec732e861e74ebf059718467fa7c1a [file] [log] [blame]
<?php
/*******************************************************************************
* Copyright (c) 2007 Eclipse Foundation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Paul Colton (Aptana)- initial API and implementation
*******************************************************************************/
// ------...------...------...------...------...------...------...------...------...------...------
require_once("aptana_global/aptana.inc.php");
InitPage('confirmation_sent');
$email = GrabSessionVar('s_code');
// ------...------...------...------...------...------...------...------...------...------...------
include("aptana_global/head.php");
echo <<< toTheEnd
<div style="height:74px;"></div>
A confirmation email has been send to <span style="color:#222288;">$email</span> Please
follow the enclosed instructions to complete your account registration.<p /><br /><br />
<a href='/index.php'>return to home page</a>
<p /><br /><br />
Thank you for using $g_SITENAME.<br />
&nbsp;&nbsp;&nbsp;&nbsp;- The Crew
toTheEnd;
include("aptana_global/foot.php");
// ------...------...------...------...------...------...------...------...------...------...------
?>