"; $col2 = $entry_content; } /* 4. ALL ABOARD! Let's send the train off Put everything together and send it back to the browser ---------------------------------------- */ // INCLUDE the locomotive (header schtuff incl. the dtd, header, and nav) require_once($_SERVER["DOCUMENT_ROOT"]."/es/templates/modules/header.php"); // INCLUDE the train cars (appropriate template) require_once($_SERVER["DOCUMENT_ROOT"]."/es/templates/layouts/".$template); // INCLUDE the caboose (global footer) require_once($_SERVER["DOCUMENT_ROOT"]."/es/templates/modules/footer.php"); ?>