9 lines
No EOL
106 B
PHP
9 lines
No EOL
106 B
PHP
<?php
|
|
include "header.php";
|
|
|
|
include "body.php";
|
|
include "newslettter.php";
|
|
include "footer.php";
|
|
?>
|
|
|
|
|