View Single Post
  #5 (permalink)  
Old 07-19-2005, 10:37 AM
Mimoun's Avatar
Mimoun Mimoun is offline
Administrator
 
Join Date: Jun 2005
Location: Belgium
Posts: 2,151
Mimoun will become famous soon enough
Default

I will take between 1 or 2 months as there are 90 people who have requested a template before you.

It doesn't matter if the template is in HTML you just change the .htm to .php and add your php content to the template like this:
HTML Code:
<?php 
echo "my php text";
echo $myvars;
?>
Reply With Quote