if($_GET['language'] == "en") $_SESSION['lang'] = "en"; else if($_GET['language']) $_SESSION['lang'] = null; ?>
![]() |
include("menu1".$_SESSION['lang'].".php"); ?> | ||
| if($_GET['inc'] && file_exists($_GET['inc'].'.php')) include($_GET['inc'].'.php'); else if(!$_GET['inc']) if(!$_SESSION['lang']) include('oprojekcie.php'); else if($_SESSION['lang'] == "en") include('aboutproject.php'); else include('error.php'); ?> | include("menu2".$_SESSION['lang'].".php"); ?> | ||
![]() |
|||