hänger bei true/false

hallo,
habe mein erstes template gebastelt. läuft alles prima, bis auf eine kleinigkeit. hallo und burgenlist sind ok, nur beim impressum komme ich nicht vorbei. kann mich bitte jemand auf die spur bringen??? Includes sind korrekt und alle anderen überschriften auch, nur impressum wird übersprungen. Wo klemmts??

<?php if ($y==50 and $x==300) {echo '

Hallo Burgenfan' ;} elseif ($Y==60 and $x==300) {echo ' Impressum ' ;} else {echo ' Burgenliste: ' . (substr($land[$x], 4)) . ' ';} ?\> <?php if ($y==50 and $x==300) {include ("50.inc");}
elseif ($y==60 and $x==300) {include ("60.inc");} elseif (file\_exists("burg-$x.inc")) {include ("burg-$x.inc"); } ?\>

Hallo

Du musst $y immer klein schreiben.

Gruß Johannes