| Línea 147... |
Línea 147... |
| 147 |
$picture = new user_picture($teacher);
|
147 |
$picture = new user_picture($teacher);
|
| 148 |
$picture->link = false;
|
148 |
$picture->link = false;
|
| 149 |
$picture->size = 50;
|
149 |
$picture->size = 50;
|
| 150 |
$picture = $OUTPUT->render($picture);
|
150 |
$picture = $OUTPUT->render($picture);
|
| 151 |
}
|
151 |
}
|
| 152 |
$text_content_name = 'Contacta acá al docente: ';
|
152 |
$text_content_name = 'Contacta acá al docente ';
|
| 153 |
$name = html_writer::tag('span', $text_content_name . fullname($teacher), ['class' => 'teacher-fullname']);
|
153 |
$name = html_writer::tag('span', $text_content_name . fullname($teacher), ['class' => 'teacher-fullname']);
|
| 154 |
$emailLabel = 'o puedes enviarle un correo a ';
|
154 |
$emailLabel = 'o puedes enviarle un correo a ';
|
| 155 |
$email = html_writer::tag('span', $emailLabel . $teacher->email, ['class' => 'teacher-email']);
|
155 |
$email = html_writer::tag('span', $emailLabel . $teacher->email, ['class' => 'teacher-email']);
|
| 156 |
$attrs = [
|
156 |
$attrs = [
|
| 157 |
'href' => $url,
|
157 |
'href' => $url,
|