| 1 |
<?php |
| 2 |
|
| 3 |
// Exit if accessed directly |
| 4 |
if (! defined('ABSPATH')) exit; |
| 5 |
|
| 6 |
?> |
| 7 |
</div><!-- #dashboard --> |
| 8 |
</div><!-- .catchp_widget_settings --> |
| 9 |
|
| 10 |
<?php require_once plugin_dir_path(dirname(__FILE__)) . '/modules/sidebar.php'; ?> |
| 11 |
</div> <!-- .catchp-content-wrapper --> |
| 12 |
|
| 13 |
<?php require_once plugin_dir_path(dirname(__FILE__)) . '/modules/footer.php'; ?> |
| 14 |
</div><!-- .wrap --> |