Skip to content
Snippets Groups Projects
Unverified Commit 51c2ef9c authored by Tobias Reischmann's avatar Tobias Reischmann
Browse files

Renamed icon to display it in plugin install page

parent af2dd78d
Branches
Tags
No related merge requests found
......@@ -58,7 +58,7 @@ function tool_lifecycle_extend_navigation_course($navigation, $course, $context)
navigation_node::NODETYPE_LEAF,
'tool_lifecycle',
'tool_lifecycle',
new pix_icon('recycle', $pluginname, 'tool_lifecycle')
new pix_icon('icon', $pluginname, 'tool_lifecycle')
);
if ($PAGE->url->compare($url, URL_MATCH_BASE)) {
......@@ -73,7 +73,7 @@ function tool_lifecycle_extend_navigation_course($navigation, $course, $context)
*/
function tool_lifecycle_get_fontawesome_icon_map() {
return [
'tool_lifecycle:recycle' => 'fa-recycle',
'tool_lifecycle:icon' => 'fa-recycle',
'tool_lifecycle:t/disable' => 'fa-hand-paper-o',
];
}
\ No newline at end of file
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment