#11287 Add title to image

This commit is contained in:
miguel angel rasteu 2023-05-23 15:20:30 +02:00
parent ae7c5d8f67
commit e783cd6f29
1 changed files with 4 additions and 1 deletions

View File

@ -1267,7 +1267,10 @@ if (check_login()) {
'content' => html_print_image(
'images/module-graph.svg',
true,
[ 'class' => 'main_menu_icon' ]
[
'title' => $module['nombre'],
'class' => 'main_menu_icon forced_title',
]
),
],
true