Embed Drupal Header code into another page
genDisarray - January 11, 2009 - 21:43
Hopefully the title accurately suggests what I am trying to do.
Basically I would like to be able to take just the code that generates the header for drupal (bluemarine theme) and embed it into another page, like phpbb forums overall_header, or anything else I may need.
Would appreciate any suggestions.

=-=
you can't simply cut and paste this.
What you have to do is work within phpbb coding and make their header look as close as possible.
Drupal uses the phptemplate engine and PHPBB does not.
I thought as much, luckily I
I thought as much, luckily I made my header from scratch anyway, apart from the php used to generate the primary and secondary links.
Is there some way to include only that code so the menu system is still dynamic and more so, perfectly mirrored.
=-=
Not that I am aware of. As far as I know phpbb wouldn't know what to do with the php code that produces the primary links.