bl-github/php/home.php
2023-03-11 18:38:14 +07:00

8 lines
247 B
PHP

<div class="container">
<div class="row mt-3">
<?php include(THEME_DIR_PHP.'menu.php'); ?>
<?php include(THEME_DIR_PHP.'header.php'); ?>
<?php include(THEME_DIR_PHP.'content.php'); ?>
<?php include(THEME_DIR_PHP.'pagination.php'); ?>
</div>
</div>