mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
Add labels to databoxes
This commit is contained in:
@@ -57,7 +57,7 @@ class databox_cgu
|
||||
|
||||
if ( ! isset($cgus[$app['locale']]))
|
||||
throw new Exception('No CGus for this locale');
|
||||
$name = $databox->get_viewname();
|
||||
$name = $databox->get_label($app['locale.I18n']);
|
||||
|
||||
$update = $cgus[$app['locale']]['updated_on'];
|
||||
$value = $cgus[$app['locale']]['value'];
|
||||
|
Reference in New Issue
Block a user