8 lines
No EOL
247 B
PHP
8 lines
No EOL
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>
|