Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 223... Línea 223...
223
/**
223
/**
224
 * Map icons for font-awesome themes.
224
 * Map icons for font-awesome themes.
225
 */
225
 */
226
function tool_lp_get_fontawesome_icon_map() {
226
function tool_lp_get_fontawesome_icon_map() {
227
    return [
227
    return [
228
        'tool_lp:url' => 'fa-external-link'
228
        'tool_lp:url' => 'fa-arrow-up-right-from-square',
229
    ];
229
    ];
230
}
230
}
Línea 231... Línea 231...
231
 
231
 
232
/**
232
/**