Approval.
This commit is contained in:
@ -1,9 +1,12 @@
|
||||
<?PHP
|
||||
$topic['material_technique'] = 'Material /Technique';
|
||||
$topic['measurements'] = 'Measurements';
|
||||
$topic['when'] = 'When';
|
||||
$topic['where'] = 'Where';
|
||||
$topic['who'] = 'Who';
|
||||
$topic['object_from'] = 'Object from';
|
||||
$topic['original_entry'] = 'Original entry';
|
||||
$topic['literature'] = 'Literature';
|
||||
declare(strict_types = 1);
|
||||
$topic = array (
|
||||
'material_technique' => 'Material /Technique',
|
||||
'measurements' => 'Measurements',
|
||||
'when' => 'When',
|
||||
'where' => 'Where',
|
||||
'who' => 'Who',
|
||||
'object_from' => 'Object from',
|
||||
'original_entry' => 'Original entry',
|
||||
'literature' => 'Literature',
|
||||
);
|
||||
|
Reference in New Issue
Block a user