Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 219... Línea 219...
219
        echo format_text($user->description, $user->descriptionformat);
219
        echo format_text($user->description, $user->descriptionformat);
220
    }
220
    }
221
    echo '</div>';
221
    echo '</div>';
222
}
222
}
Línea 223... Línea 223...
223
 
223
 
224
echo $OUTPUT->heading(get_string('userprofile', 'core_user'), 2, 'sr-only');
224
echo $OUTPUT->heading(get_string('userprofile', 'core_user'), 2, 'visually-hidden');
Línea 225... Línea 225...
225
echo $OUTPUT->custom_block_region('content');
225
echo $OUTPUT->custom_block_region('content');
226
 
226
 
227
// Render custom blocks.
227
// Render custom blocks.