This commit is contained in:
2025-05-13 10:19:23 -07:00
parent fd46e2c501
commit 1c25399993
13 changed files with 2338 additions and 23 deletions

View File

@@ -6,4 +6,12 @@
echo site()->render("footer", [
"menu" => site()->renderMenu("footer-nav"),
"address_1" => get_field("address_1", "options"),
"address_2" => get_field("address_2", "options"),
"city" => get_field("city", "options"),
"state" => get_field("state", "options"),
"zip" => get_field("zip", "options"),
"phone_1" => get_field("phone_1", "options"),
"phone_2" => get_field("phone_2", "options"),
"contact_email" => get_field("contact_email", "options"),
]);