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

/mvc/elements/emails/retrievePass

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