To clarify a little bit:
I'm trying to take the code that creates the navigation menu in boonex and using JS, insert it into the phpbb template.
The boonex menu uses tables and I need to keep the boonex menu exactly as it is.
In the boonex template, there is a line that is
"__top_menu__" and it think it uses inc/classes/BxDolMenu.php (you can download this on the dolphin site).
So I need to find a way to generate the menu and insert it into the phpbb template via JS.
over 1 year ago