4 lines
120 B
PHP
4 lines
120 B
PHP
<?php
|
|
$content = __DIR__ . '/../components/navigate/main.php';
|
|
include __DIR__ . '/../components/structure/main.php';
|
|
?>
|