8 lines
		
	
	
		
			172 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			172 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | |
| $nav['home'] = 'Home';
 | |
| $nav['museum'] = 'Museum';
 | |
| $nav['collection'] = 'Sammlung';
 | |
| $nav['object'] = 'Objekt';
 | |
| $nav['topics'] = 'Themen';
 | |
| $nav['contact'] = 'Kontakt';
 |