13 lines
		
	
	
		
			438 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			438 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | |
| $space_types['building'] = 'Building';
 | |
| $space_types['depot'] = 'Depot room';
 | |
| $space_types['utility_room'] = 'Utility room';
 | |
| $space_types['exhibition_room'] = 'Exhibition room';
 | |
| $space_types['display_cabinet'] = 'Display cabinet';
 | |
| $space_types['shelf'] = 'Shelf';
 | |
| $space_types['box'] = 'Box';
 | |
| $space_types['folder'] = 'Folder';
 | |
| $space_types['office'] = 'Office';
 | |
| $space_types['floor'] = 'Floor';
 | |
| $space_types['hallway'] = 'Hallway';
 |