Files
sld-php-template/index.php
2026-04-27 08:48:03 +01:00

6 lines
155 B
PHP

<?php
include("./config/init.php");
include(ROOT_DIR . "/templates/header.php");
include("./pages/home.php");
include("./templates/footer.php");
?>