Listing 2.2. | |
| ROZDZIAŁ: | 2. Dołączanie zewnętrznych zasobów .css, .jpg, .js |
| TXT: | listing-02-02.txt |
<!DOCTYPE ... >
<html>
<head>
<title>Projekt 2.1</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="<?php echo $path_prefix; ?>css/style.css" />
</head>
<body>
<div>
<?php include "../scripts/modules/$module/$action.html"; ?>
</div>
</body>
</html>