15 lines
152 B
PHP
15 lines
152 B
PHP
<?php
|
|
|
|
$URLcorrection = "";
|
|
|
|
include_once $URLcorrection . 'includes/header.php';
|
|
|
|
?>
|
|
|
|
|
|
|
|
<?php
|
|
|
|
include_once $URLcorrection . 'includes/footer.php';
|
|
|
|
?>
|