View Single Post
  #2  
Old 10-08-2006, 09:56 PM
  wjbrewer's Avatar 
wjbrewer wjbrewer is offline
Banned
 

X-Adept
  
Join Date: Feb 2005
Location: Pittsburgh, PA
Posts: 504
 

Default Re: How do I include an HTM file in head.tpl ?

Put everything you want to include in a template file (rename it to end in .tpl) Upload your new template to the skin1 directory. Then add this to the head.tpl where you want the new template to show.

HTML Code:
{include file="your_template.tpl"}

That's it.
Reply With Quote