define(template, "head.html"); $foot = new DTE("tpl/", "DTE/"); $foot->define(template, "foot.html"); $tpl = new DTE("tpl/", "DTE/"); $tpl->define(template, "projects.html"); $head->parse(index, template); $head->rollOut(); $tpl->parse(index, template); $tpl->rollOut(); $foot->parse(index, template); $foot->rollOut(); ?>