admin.php
1 year ago
clean.php
1 year ago
full_modal.php
1 year ago
mailer.php
1 year ago
print.php
1 year ago
wizard.php
1 year ago
print.php
18 lines
| 1 | <?php |
| 2 | if ( ! defined( 'ABSPATH' ) ) { |
| 3 | exit; // Exit if accessed directly |
| 4 | } |
| 5 | ?> |
| 6 | <!DOCTYPE html> |
| 7 | <html lang="en"> |
| 8 | <head> |
| 9 | <meta charset="UTF-8"> |
| 10 | <title></title> |
| 11 | <?php wp_head(); ?> |
| 12 | </head> |
| 13 | <body> |
| 14 | <div class="latepoint-w"> |
| 15 | <?php include($view); ?> |
| 16 | </div> |
| 17 | </body> |
| 18 | </html> |