I am removing the top menu and replacing it with a custom menu with pretty buttons. I am curious about the bx_injections tags I see in the _sub_header.html file that are before and after the top menu key.
<bx_injection:injection_between_logo_top_menu />
<bx_injection:injection_between_top_menu_content />
They are of the form of self-closing html tags. What is the function of these tags? What does these tags do?