| |
|
include("includes/menu.php"); ?>
|
|
switch($akcja) {
case "" :include("includes/home.php");break;
case "home" :include("includes/home.php");break;
case "kontakt": include("includes/kontakt.php"); break;
case "onas":{include("includes/onas.php");}break;
case "lpg": include("includes/lpg.php"); break;
case "weteran": include("includes/weteran.php"); break;
case "sklep": include("includes/sklep.php"); break;
case "cert": include("includes/cert.php"); break;
case "dostawcy": include("includes/dostawcy.php"); break;
}
?>
|
| |
|
include("includes/loga.php"); ?>
|
|