This commit is contained in:
2020-04-12 23:05:57 +02:00
committed by Stefan Rohde-Enslin
commit dfcb0c2f9b
54 changed files with 2178 additions and 0 deletions

7
en/navigation.php Normal file
View File

@ -0,0 +1,7 @@
<?PHP
$nav['home'] = 'Home';
$nav['museum'] = 'Museum';
$nav['collection'] = 'Collection';
$nav['object'] = 'Object';
$nav['topics'] = 'Topics';
$nav['contact'] = 'Contact';