:beer;

I had a page already set up as a basic html page, it is using a template, plus
some include files for the banner and footer on the page.

I needed to make the page dynamic so that I could add a variable to a form
action...so I changed the file extension to .php3

After I did this, the page and the variable work great, except the include
files no longer show up on the page. The template file seems to be ok.

Any ideas of what I may have done wrong?