Approval.
This commit is contained in:
12
kn/topic_object.php
Normal file
12
kn/topic_object.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?PHP
|
||||
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