include("template.inc");
$t = new Template('.', 'keep');
$t->set_file("page", "template.html");
$t->set_var("NADPIS", "Topics");
$t->set_var("TELO", "
Topics include but not limited to
- Intelligent Robotics
- Intelligent Mechatronics
- Computational Intelligence
- Artificial Intelligence
- CAD/CAM/CAE Systems
- Intelligent Manufacturing Systems
- Man-Machine Systems
- Systems Engineering
");
$t->pparse('Output', 'page');
?>