View Single Post
  #4 (permalink)  
Old Sep 22nd, 2006, 09:59
ukgeoff ukgeoff is offline
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Template not working in my IE

Ok, I see what the situation is.

If you look at the code in template.html, you will see that the includes are php statements.

It is assumed that the site for which you would use these templates has php available.

You have just looked at the template.html file directly with IE and of course the php code that pulls in the other files hasn't been executed.

You need to have either a local php installation, for example WAMP, or a test area on a live server that you can use.
Reply With Quote