subway/public/index.php

4 lines
120 B
PHP

<?php
$content = __DIR__ . '/../components/homepage/main.php';
include __DIR__ . '/../components/structure/main.php';
?>