Listing 4.20. | |
| ROZDZIAŁ: | 4. Zmienne i widoki |
| TXT: | listing-04-20.txt |
<html>
<head>
<title>Projekt 4.7</title>
<link rel="stylesheet" type="text/css" href="<?php echo $path_prefix; ?>css/style.css" />
</head>
<body>
<?php include "../scripts/modules/$module/$action.html"; ?>
</body>
</html>