View Single Post
Old October 1st, 2006, 05:03 PM   #13 (permalink)
catnipmercer
Member
Verified Customer
 
Join Date: Jan 2004
Location: Illinois
Posts: 63
Send a message via AIM to catnipmercer
Am I correct that Templates need to follow this format?

<?php

echo<<<PPPRINT
<!-- BEGIN TEMPLATE: header2.tmpl -->

(content here)

<!-- END TEMPLATE: header2.tmpl -->
PPPRINT;

?>
catnipmercer is offline   Reply With Quote