I want something I think may not be possible - or not without the right knowledge.
Basically I want to be able to display my Joomla header and menu on a generic PHP page. We use a complex PHP application that will not work in a wrapper, so I want to do it the other way around, include the header in my PHP. I can accomplish this if I just take the HTML out of the rendered source but that is a manual step and is not updated when menus are edited. I would like to be able to call the menu generation code when my PHP page loads. I am working with HiveMind, not that that should matter too much.