/home/vianto5/cititower.mx/wp-content/themes/montreal
Edit: /home/vianto5/cititower.mx/wp-content/themes/montreal/sendemail.php (2517B)
';
$error .= '- ' . __('Please enter your name.','montreal') . '
';
}
// Check email
if(!$email) {
if (!$error) $error .= '';
$error .= '- ' . __('Please enter an e-mail address.','montreal') . '
';
}
if($email && !ValidateEmail($email)) {
if (!$error) $error .= '