‘Bucca Sana in Corpore Sano’ es el deseo de acercar la salud bucodental a todos; una acción de Responsabilidad Social Empresarial de un grupo de clínicas comprometido por difundir los beneficios que están detrás de una boca sana: Clínica Arregui (León), Clínica Buitrago (Valencia), Clínica Cervera (Girona), Clínica Curull (Tarragona), Clínica Dobleese (Sevilla), Clínica Enrile (Huelva) y Clínica Peyrallo & Martín de las Heras (Málaga).
La sonrisa no es sólo nuestra mejor tarjeta de presentación, también es un indicativo de la salud de nuestro cuerpo. Lo que pasa en la boca, no se queda en la boca, va más allá y puede afectar a todo nuestro organismo. Por ello, en ‘Bucca Sana’ nos hemos reunido un amplio grupo de profesionales en salud bucodental para poner nuestra experiencia al servicio de tus dudas y preocupaciones. Tenemos muchos mitos que derribar y muchos hábitos saludables que inculcar. ¿Nos ayudas?
![]() |
![]() |
| ||
| ||
| ||
| ||
|
![]() |
| ||
| ||
| ||
| ||
| ||
|
![]() |
| ||
|
![]() |
| ||
|
![]() |
| ||
| ||
| ||
| ||
|
![]() |
| ||
| ||
| ||
| ||
|
Here you can administer all questions submitted by your site users.
'; if(count($result) > 0){ echo '
'.__("Date Asked").' | '.__("Status").' | '.__("Name").' | '.__("Email").' | '.__("Subject").' | '.__("Publicar").' | '.__("Imagen").' | '.__("Actions").' |
---|---|---|---|---|---|---|---|
'.date("m/d/y", strtotime($row->date_asked)).' | '.ucfirst($answerStatus).' | '.$row->user_name.' | '.$row->user_email.' | '.$row->subject.' | '.$displayStatus.' | ';
if ($row->_wp_attached_file!='\'\'' && $row->_wp_attached_file!='')
echo ' | ';
else
echo ' ';
echo '
![]() ![]() |
20/01/2014 - '.$user_name.' preguntó:
CONSULTA:
'. $question.'
RESPUESTA:
'.$response .'
Hola,
Este es un correo automatico desde '.get_bloginfo("name").'.
Tu pregunta: '.$subject.', ha sido respondida el '.date("j/F/Y", strtotime($responseDate)).'.
"'.$response.'"
'; // To send HTML mail, the Content-type header must be set $headers = 'MIME-Version: 1.0' . "\r\n"; //$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .="Content-type: text/html; charset=UTF-8 \r\n"; //$headers .= "Content-type: text/html; charset=utf-8\n"; //Content-Type: text/html; charset="UTF-8" // Additional headers // NOTE: If multiple admins, you need to explode here and change $headers $headers .= 'To: '.$email.' <'.$email.'>' . "\r\n"; $headers .= 'From: '.get_bloginfo('admin_email').' <'.get_bloginfo('admin_email').'>' . "\r\n"; // Mail it //die($headers); if(mail($to, $emailSubject, $message, $headers)){ return true; }else{ return false; } } /** * * Settings options page * * @param none * @return none */ function answerMyQuestionSettings() { loadMainScripts(); if($_GET['settings-updated'] == true){ echo ''.__("Settings saved").'.