From a0d8539f060cedebaf73740919f01bf9680ff60f Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Tue, 13 May 2025 10:54:44 -0700 Subject: [PATCH] WIP --- footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/footer.php b/footer.php index 8a4d155..13a796f 100644 --- a/footer.php +++ b/footer.php @@ -14,5 +14,5 @@ echo site()->render("footer", [ "phone_1" => get_field("phone_1", "options"), "phone_2" => get_field("phone_2", "options"), "contact_email" => get_field("contact_email", "options"), - "sub_footer" => do_shortcode("[life_insurance_needs]"), + "sub_footer" => do_shortcode("[m_financial_logo]"), ]);