====== Location Liquid Drop ====== These drops represent a restaurant's locations and their hours of operation. Locations can be accessed from any template or page by calling the ''locations'' collection or ''location'' in the ''location.liquid'' template. ===== location.name ===== Returns the name for this location. ===== location.street_address ===== Returns the street address for this location. ===== location.city ===== Returns the city for this location. ===== location.state ===== Returns the state for this location. ===== location.zip ===== Returns the zip code for this location. ===== location.address ===== Returns the full address for this location. ===== city_state_zip ===== Returns the city, state, and zip code for this location. ===== location.phone ===== Returns the phone number for this location. ===== location.fax ===== Returns the fax number for this location. ===== location.notes ===== Returns additional information about this location, if set. ===== location.schedules ===== Returns the collection of schedule drops for this location. ===== location.gmap_url ===== Returns the Google Maps URL for this location's address. ===== location.path ===== Returns the absolute path to this location. ====== Schedule Liquid Drop ====== This drops represent a location's schedules. It can be accessed from any template or page through the ''restaurant.locations'' collection or ''location.schedules'' collection in the ''location.liquid'' template. ===== schedule.name ===== Returns the name of this schedule. ===== schedule.entries ===== Returns the collection of schedule entry drops for this schedule. ====== Schedule Entry Liquid Drop ====== This drops represent a schedule's entries. It can be accessed from any template or page through the ''restaurant.locations'' collection or ''location.schedules'' collection in the ''location.liquid'' template. ===== entry.days ===== Returns the days for this schedule entry. ===== entry.hours ===== Returns the hours for this schedule entry.