14 lines
		
	
	
		
			468 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			468 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | |
| $position_set['left'] = 'Links';
 | |
| $position_set['top_left'] = 'Oben links';
 | |
| $position_set['top'] = 'Oben';
 | |
| $position_set['top_right'] = 'Oben rechts';
 | |
| $position_set['right'] = 'Rechts';
 | |
| $position_set['bottom_right'] = 'Unten rechts';
 | |
| $position_set['bottom'] = 'Unten';
 | |
| $position_set['bottom_left'] = 'Unten links';
 | |
| $position_set['center'] = 'Mittig';
 | |
| $position_set['rear_side'] = 'Rückseite';
 | |
| $position_set['edge'] = 'Rand';
 | |
| $position_set['other'] = 'Weiteres';
 |