| 1 |
<?php |
| 2 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly |
| 3 |
|
| 4 |
mbt_start_template_context('archive'); |
| 5 |
do_action('mbt_content_wrapper_start'); |
| 6 |
?> <div id="mbt-container"> <?php |
| 7 |
do_action('mbt_book_archive_content'); |
| 8 |
?> </div> <?php |
| 9 |
do_action('mbt_content_wrapper_end'); |
| 10 |
mbt_end_template_context(); |
| 11 |
|