Approval.
This commit is contained in:
@ -1,7 +1,10 @@
|
||||
<?PHP
|
||||
$nav['home'] = 'Home';
|
||||
$nav['museum'] = 'Museum';
|
||||
$nav['collection'] = 'Collection';
|
||||
$nav['object'] = 'Object';
|
||||
$nav['topics'] = 'Topics';
|
||||
$nav['contact'] = 'Contact';
|
||||
declare(strict_types = 1);
|
||||
$nav = array (
|
||||
'home' => 'Home',
|
||||
'museum' => 'Museum',
|
||||
'collection' => 'Collection',
|
||||
'object' => 'Object',
|
||||
'topics' => 'Topics',
|
||||
'contact' => 'Contact',
|
||||
);
|
||||
|
Reference in New Issue
Block a user