Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/facebook.codeskitter.site/themes/sunshine/layout/emails/
Upload File :
Current File : /home/users/unlimited/www/facebook.codeskitter.site/themes/sunshine/layout/emails/login-with.phtml

<?php 
$data = $db->where('name','login_with')->getOne(T_HTML_EMAILS);
$html = $data->value;
$replaces = array('FIRST_NAME' => $wo['user']['first_name'],
                  'SITE_NAME' => $wo['config']['siteName'],
                  'USERNAME' => $wo['user']['username'],
                  'EMAIL' => $wo['user']['email']);
$html = Wo_ReplaceText($html,$replaces);
echo $html;
 ?>