mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
Issue #1625 add array key for dataset
add array keys for body data helpful when selecting via javascript also separates ids for combined tags and albums
This commit is contained in:
@@ -50,7 +50,7 @@ $template->assign(
|
||||
|
||||
'BODY_CLASSES' => $page['body_classes'],
|
||||
|
||||
'BODY_DATA' => json_encode($page['body_classes']),
|
||||
'BODY_DATA' => json_encode($page['body_data']),
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user