WIP
This commit is contained in:
@@ -14,4 +14,5 @@ echo site()->render("footer", [
|
|||||||
"phone_1" => get_field("phone_1", "options"),
|
"phone_1" => get_field("phone_1", "options"),
|
||||||
"phone_2" => get_field("phone_2", "options"),
|
"phone_2" => get_field("phone_2", "options"),
|
||||||
"contact_email" => get_field("contact_email", "options"),
|
"contact_email" => get_field("contact_email", "options"),
|
||||||
|
"sub_footer" => do_shortcode("[m-financial-group]"),
|
||||||
]);
|
]);
|
||||||
|
|||||||
@@ -35,6 +35,16 @@
|
|||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
<footer class="sub-footer">
|
||||||
|
<div class="container-fluid">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col">
|
||||||
|
{{{ sub_footer }}}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
{{#wp-footer}}
|
{{#wp-footer}}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user