restaurants = $community->restaurantByLoc(); } else { Cana::view()->restaurants = Restaurant::q('select * from restaurant where active=1 and loc_lat'); } Cana::view()->layout('layout/blank'); Cana::view()->useFilter(false); Cana::view()->display('map/index'); } }