- Identifer: overall_header_navbar_before
Location: styles/prosilver/template/overall_header.html
Explanation: phpBB Arcade Menu
Code: Select all
<!-- EVENT overall_header_navbar_before -->
<!-- INCLUDE navbar_header.html -->
Code: Select all
<!-- EVENT overall_header_navbar_before -->
<!-- INCLUDE navbar_header.html -->
This still wouldn't let you "replace" the header. You could only hide the current one and recreate your own new one.Dragosvr92 wrote:1+
The header is one of the most changed part of styles and we need this to make it possible.
https://www.phpbb.com/community/viewtop ... &t=2298761
Yes, and thats one way of replacing it. We have no way of inserting the code in the header without this event, after we hide the header.Khaos-Rage wrote: This still wouldn't let you "replace" the header. You could only hide the current one and recreate your own new one.