Templating assistance
Posted: Wed Jun 08, 2005 9:43 am
Hi Gang,
Code: Select all
include "i_template.php";
$content = "";
$tmpl = new i_template();
$tmpl->PAGE_TITLE = "Specification";
$tmpl->CONTENT_HEADING = "Specification";
$tmpl->print_template("main.template");