|
O nas
|
|
switch ($_GET['go'])
{
case 2:
include("onas/lekarze.html");
break;
case 3:
include("onas/atuty.html");
break;
case 4:
include("onas/zwiedzanie.html");
break;
case 5:
include("onas/mapka.html");
break;
case 6:
include("onas/personel.html");
break;
case 7:
include("onas/wydarzenia.html");
break;
case 8:
include("onas/annals.html");
break;
case 1:
default:
include("onas/onas.html");
}
?> |
| |