This commit is contained in:
2025-05-13 10:29:26 -07:00
parent 92bf14b49a
commit a9ff33a588
2 changed files with 11 additions and 0 deletions

View File

@@ -14,4 +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("[m-financial-group]"),
]);

View File

@@ -35,6 +35,16 @@
</div>
</footer>
<footer class="sub-footer">
<div class="container-fluid">
<div class="row">
<div class="col">
{{{ sub_footer }}}
</div>
</div>
</div>
</footer>
{{#wp-footer}}
</body>