From 4867b184b8790fa0da4dd7470d2ef9fa283ea833 Mon Sep 17 00:00:00 2001 From: Lieu Le Date: Sat, 28 Sep 2019 13:28:34 +0700 Subject: [PATCH] update --- inc/mixes-functions.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/inc/mixes-functions.php b/inc/mixes-functions.php index 9ab4d13a..9f416923 100755 --- a/inc/mixes-functions.php +++ b/inc/mixes-functions.php @@ -1175,34 +1175,34 @@ function opalestate_get_property_meta_icon( $key ) { $classes[] = $prefix; switch ( $key ) { case 'builtyear': - $icon = $prefix . '-' . 'bedrooms'; + $icon = $prefix . '-' . 'calendar'; break; case 'parking': - $icon = $prefix . '-' . 'bedrooms'; + $icon = $prefix . '-' . 'car'; break; case 'bedrooms': - $icon = $prefix . '-' . 'bedrooms'; + $icon = $prefix . '-' . 'bed'; break; case 'bathrooms': $icon = $prefix . '-' . 'bath'; break; case 'plotsize': - $icon = $prefix . '-' . 'bath'; + $icon = $prefix . '-' . 'map'; break; case 'areasize': - $icon = $prefix . '-' . 'bath'; + $icon = $prefix . '-' . 'arrows-alt'; break; case 'orientation': - $icon = $prefix . '-' . 'bath'; + $icon = $prefix . '-' . 'compass'; break; case 'livingrooms': - $icon = $prefix . '-' . 'bath'; + $icon = $prefix . '-' . 'tivi'; break; case 'kitchens': - $icon = $prefix . '-' . 'bath'; + $icon = $prefix . '-' . 'utensils'; break; case 'amountrooms': - $icon = $prefix . '-' . 'bath'; + $icon = $prefix . '-' . 'building'; break; default: $icon = $key;