This commit is contained in:
Lieu Le 2019-09-28 13:28:34 +07:00
parent 20f2dfaee0
commit 4867b184b8

@ -1175,34 +1175,34 @@ function opalestate_get_property_meta_icon( $key ) {
$classes[] = $prefix; $classes[] = $prefix;
switch ( $key ) { switch ( $key ) {
case 'builtyear': case 'builtyear':
$icon = $prefix . '-' . 'bedrooms'; $icon = $prefix . '-' . 'calendar';
break; break;
case 'parking': case 'parking':
$icon = $prefix . '-' . 'bedrooms'; $icon = $prefix . '-' . 'car';
break; break;
case 'bedrooms': case 'bedrooms':
$icon = $prefix . '-' . 'bedrooms'; $icon = $prefix . '-' . 'bed';
break; break;
case 'bathrooms': case 'bathrooms':
$icon = $prefix . '-' . 'bath'; $icon = $prefix . '-' . 'bath';
break; break;
case 'plotsize': case 'plotsize':
$icon = $prefix . '-' . 'bath'; $icon = $prefix . '-' . 'map';
break; break;
case 'areasize': case 'areasize':
$icon = $prefix . '-' . 'bath'; $icon = $prefix . '-' . 'arrows-alt';
break; break;
case 'orientation': case 'orientation':
$icon = $prefix . '-' . 'bath'; $icon = $prefix . '-' . 'compass';
break; break;
case 'livingrooms': case 'livingrooms':
$icon = $prefix . '-' . 'bath'; $icon = $prefix . '-' . 'tivi';
break; break;
case 'kitchens': case 'kitchens':
$icon = $prefix . '-' . 'bath'; $icon = $prefix . '-' . 'utensils';
break; break;
case 'amountrooms': case 'amountrooms':
$icon = $prefix . '-' . 'bath'; $icon = $prefix . '-' . 'building';
break; break;
default: default:
$icon = $key; $icon = $key;