Listing 3.3. | |
| ROZDZIAŁ: | 3. Błędy 404 |
| TXT: | listing-03-03.txt |
<head> <title>Projekt 3.1</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>