Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/email/change_email.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	
	</head>
<body>
	<div style="width: 500px; float: left">

		
		
	
		<div id="content" style="float: left; width: 100%; margin-top: 10px;">
		
			<p style="float:left; margin-left: 20px; font-family: Verdana; font-size: 12px;">
			Welcome <strong><?php echo $user->firstname; ?> <?php echo $user->lastname; ?>, </strong><br/><br/>

		
			
			In order to confirm the change of e-mail, please click the link below:<br/> <?php echo $link; ?><br/><br/>

			Regards,<br/>
			Team <?php echo $_SERVER['HTTP_HOST']; ?>

			</p>
		
		</div>
		
	</div>
	

</body>
</html>