Im lost! help

ok i have built a dynamic system for my ROTC class, but im having trouble with the following code, it wont load when i request it to…

<?
$banner = 'inc/header.inc';
$body = 'home.php';
$copyright = 'inc/copyright.inc';
$footer = 'inc/footer.inc';
$login = 'inc/login.inc';
$cal = 'inc/calander.';
$news = 'inc/news.inc';
?>

cuase it should load in the index page, but it doesn’t.