5 lines
98 B
PHP
5 lines
98 B
PHP
|
<?php include_once 'header.php';?>
|
||
|
|
||
|
<h1>pagina de include</h1>
|
||
|
|
||
|
<?php include_once 'footer.php';?>
|