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