1 2 3 4 5 6 7
<? require_once('Classes/Engine.php'); $title= new Body; $title->GetHeader(); $title->GetIndex(); $title->GetFooter(); ?>