Topic: php in brdheader

I am looking to put some php code in my brdheader in main.tpl but the php doesn't work. The code I am using works, just not in the brdheader. I don't know much about the template system for punbb, so I don't even know if I can do this... Any suggestions or help?

Its a forum for a band I design for and in the header I have it sliced with a little section to display upcoming gigs with a link to the flyer. But it gets the info from the database. That what the php code does.

Re: php in brdheader

header.php

on Top

<?php require("yourheader.php"); ?>

for an example : see my website

Re: php in brdheader

Take a look at this: http://punbb.org/docs/faq.html#faq3_4

Looking for a certain modification for your forum? Please take a look here before posting.

Re: php in brdheader

Thanks pogenwurst. Exactly what I was looking for. Worked perfect.