14 lines
		
	
	
		
			582 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			582 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | |
| $position_set['left'] = 'Слева';
 | |
| $position_set['top_left'] = 'Вверху слева';
 | |
| $position_set['top'] = 'Наверху';
 | |
| $position_set['top_right'] = 'Вверху справа';
 | |
| $position_set['right'] = 'Справа';
 | |
| $position_set['bottom_right'] = 'Внизу справа';
 | |
| $position_set['bottom'] = 'Внизу';
 | |
| $position_set['bottom_left'] = 'Внизу слева';
 | |
| $position_set['center'] = 'По центру';
 | |
| $position_set['rear_side'] = 'Обратная сторона';
 | |
| $position_set['edge'] = 'Край';
 | |
| $position_set['other'] = 'Другое';
 |