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

9 lines
265 B
PHP

<div class="container">
<div class="row">
<?php Theme::plugins('pageBegin'); ?>
<?php include(THEME_DIR_PHP.'intro.php'); ?>
<?php include(THEME_DIR_PHP.'article.php'); ?>
<?php include(THEME_DIR_PHP.'menu.php'); ?>
<?php Theme::plugins('pageEnd'); ?>
</div>
</div>