7 lines
101 B
PHP
7 lines
101 B
PHP
<?php
|
|
|
|
include('./vue/header.php');
|
|
include('./vue/navigation.php');
|
|
include('./vue/footer.php');
|
|
|
|
?>
|