Boulder bound! Built in 1960, the historic Community Plaza serves North Boulder’s Newlands, Wonderland Hills, and Mapleton Hill neighborhoods. The building’s roofline reflects the community with an artsy, funky, and purely Boulder vibe.
WordPress database error: [Table 'u476613092_sweetcowdb.flavorboards' doesn't exist]
SELECT
p.id,
p.flavor as name,
p.description,
p.imageUrl as image_url,
p.allergens,
REPLACE(p.color, '0x', '#') as color,
i.sortOrder as sort_order
FROM store s
INNER JOIN flavorboards f ON s.flavorBoard_id = f.id
INNER JOIN menuitem i ON f.id = i.board_id
INNER JOIN product p ON i.product_id = p.id
WHERE s.id = 68
GROUP BY p.id
ORDER BY i.sortOrder;