Open-Source PHP Framework - Designed for rapid development of performance-oriented scalable applications

/mvc/elements/emails/newAccount

[return to app]
1 <?php
2
echo $html->div('You have been signed up for <strong>' get::$config->SITE_NAME '</strong><br /><br />')
3    . 
$html->div('Email: ' $email)
4    . 
$html->div('Pass: ' $pass)
5    . 
'<div style="font-size: xx-small; margin-top: 5px;">' $html->link('http://' $_SERVER['HTTP_HOST']) .
 
'<div>';