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