7 lines
96 B
PHP
7 lines
96 B
PHP
<?php
|
|
|
|
require_once __DIR__ .'/bootstrap.php';
|
|
|
|
echo get_page_header();
|
|
echo get_page_footer();
|