Files
sld-php-template/index.php

7 lines
152 B
PHP

<?php
include("./config/init.php");
include(TEMPLATES_FOLD . "header.php");
include(resolve_page());
include(TEMPLATES_FOLD . "footer.php");
?>