This commit is contained in:
2025-05-20 14:15:03 -07:00
parent c074a5ef18
commit edcad561a5
179 changed files with 52733 additions and 4704 deletions

View File

@@ -5,7 +5,18 @@
// php file.
echo site()->render("footer", [
"powered-by" => "ofco-rad-theme-engine",
"powered-by-url" => "https://github.com/open-function-computers-llc/rad-theme-engine",
"menu" => site()->renderMenu("footer-nav"),
"locations" => site()->getPosts(["type" => "location", "posts_per_page" => 99], ["title", "url"]),
"tagline" => get_field("tagline", "options"),
"address" => get_field("address", "options"),
"city" => get_field("city", "options"),
"state" => get_field("state", "options"),
"contact_email" => get_field("contact_email", "options"),
"contact_phone" => get_field("contact_phone", "options"),
"year" => date("Y"),
"facebook_url" => get_field("facebook_url", "options"),
"twitter_url" => get_field("twitter_url", "options"),
"linkedin_url" => get_field("linkedin_url", "options"),
"youtube_url" => get_field("youtube_url", "options"),
"instagram_url" => get_field("instagram_url", "options"),
]);