2020-08-06 16:08:45 +02:00
|
|
|
<?PHP
|
2020-09-07 15:02:32 +02:00
|
|
|
$position_set['left'] = 'Kiri';
|
|
|
|
$position_set['top_left'] = 'Kiri atas';
|
|
|
|
$position_set['top'] = 'Atas';
|
|
|
|
$position_set['top_right'] = 'Kanan atas';
|
|
|
|
$position_set['right'] = 'Kanan';
|
|
|
|
$position_set['bottom_right'] = 'Bawah kanan';
|
|
|
|
$position_set['bottom'] = 'Bawah';
|
|
|
|
$position_set['bottom_left'] = 'Bawah kiri';
|
|
|
|
$position_set['center'] = 'Pusat';
|
|
|
|
$position_set['rear_side'] = 'Belakang';
|
|
|
|
$position_set['edge'] = 'Pinggir';
|
|
|
|
$position_set['other'] = 'Lain';
|