15 lines
		
	
	
		
			525 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			525 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | |
| declare(strict_types = 1);
 | |
| $startpage = array (
 | |
|   'title' => 'Museum-Digital :: Topics',
 | |
|   'headertitle' => 'Topics',
 | |
|   'languages' => 'Languages',
 | |
|   'german' => 'German',
 | |
|   'english' => 'English',
 | |
|   'for_example' => 'For Example ...',
 | |
|   'all_topics' => 'All Topics',
 | |
|   'about' => 'Topics, Stories, and Exhibitions at museum-digital.',
 | |
|   'meta_description' => 'The themator is museum-digital\'s tool for digital storytelling.',
 | |
|   'meta_keywords' => 'Digital storytelling, exhibitions, teaching, education, museums',
 | |
| );
 |