| |
|
 |
$go=$_GET['go'];
if($go==ch) include('charakterystyka.php');
else
if($go==ga) include('galeria.php');
else
if($go==me) include('mechanika.php');
else
if($go==el) include('elektronika.php');
else
if($go==au) include('automatyka.php');
else
if($go==pn) include('pneumatyka.php');
else
if($go==op) include('optoelektronika.php');
else
if($go==inf) include('informatyka.php');
else
if($go==pr) include('programy.php');
else
if($go==gs) include('studia.php');
else
if($go==ko) include('kontakt.php');
else
include('index1.php');
?>
|
| |
|