mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
#11287 Add title to image
This commit is contained in:
parent
ae7c5d8f67
commit
e783cd6f29
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user