Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 201... Línea 201...
201
/**
201
/**
202
 * Map icons for font-awesome themes.
202
 * Map icons for font-awesome themes.
203
 */
203
 */
204
function tool_recyclebin_get_fontawesome_icon_map() {
204
function tool_recyclebin_get_fontawesome_icon_map() {
205
    return [
205
    return [
206
        'tool_recyclebin:trash' => 'fa-trash'
206
        'tool_recyclebin:trash' => 'fa-trash-can-arrow-up',
207
    ];
207
    ];
208
}
208
}