| 1 |
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> |
| 2 |
|
| 3 |
<?php |
| 4 |
if ( isset( $_GET['settings-updated'] ) ) { |
| 5 |
echo '<div class="fade notice notice-success"><p>' . esc_html__( 'Settings saved.', 'wpcasa' ) . '</p></div>'; |
| 6 |
} |
| 7 |
?> |
| 8 |
|
| 9 |
<div class="wrap wpsight-settings-wrap"> |
| 10 |
<?php include WPSIGHT_PLUGIN_DIR . '/includes/admin/views/sidebar.php'; ?> |
| 11 |
<div class="wpsight-admin-main"> |
| 12 |
<div class="wpsight-admin-ui-panel wpsight-admin-main-wrap-btn-toggle"> |
| 13 |
<button class="wpsight-admin-main-btn-toggle"> |
| 14 |
<span class="wpsight-admin-main-btn-toggle-line"></span> |
| 15 |
<span class="wpsight-admin-main-btn-toggle-line"></span> |
| 16 |
<span class="wpsight-admin-main-btn-toggle-line"></span> |
| 17 |
</button> |
| 18 |
</div> |
| 19 |
<?php include WPSIGHT_PLUGIN_DIR . '/includes/admin/views/panels.php'; ?> |
| 20 |
<?php include WPSIGHT_PLUGIN_DIR . '/includes/admin/views/settings-form.php'; ?> |
| 21 |
<?php include WPSIGHT_PLUGIN_DIR . '/includes/admin/views/page-tools.php'; ?> |
| 22 |
|
| 23 |
</div> |
| 24 |
</div> |