From d30b47ce7b1628d05d36239d59cf7cf0c61c0f55 Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Tue, 13 May 2025 10:57:29 -0700 Subject: [PATCH] WIP --- footer.php | 3 ++- tpl/footer.tpl | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/footer.php b/footer.php index 13a796f..9255b1d 100644 --- a/footer.php +++ b/footer.php @@ -14,5 +14,6 @@ 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("[m_financial_logo]"), + "sub_footer_logo" => do_shortcode("[m-financial-logo]"), + "sub_footer_content" => get_field("footer_disclosures", "options"), ]); diff --git a/tpl/footer.tpl b/tpl/footer.tpl index 87cabe4..daadf7b 100644 --- a/tpl/footer.tpl +++ b/tpl/footer.tpl @@ -39,7 +39,10 @@
- {{{ sub_footer }}} + {{{ sub_footer_logo }}} +
+
+

{{{ sub_footer_content }}}