mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +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(
|
'content' => html_print_image(
|
||||||
'images/module-graph.svg',
|
'images/module-graph.svg',
|
||||||
true,
|
true,
|
||||||
[ 'class' => 'main_menu_icon' ]
|
[
|
||||||
|
'title' => $module['nombre'],
|
||||||
|
'class' => 'main_menu_icon forced_title',
|
||||||
|
]
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
true
|
true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user