'Aartus Framework', 'menu_slug' => 'aartus-os-framework', 'show_sub_menu' => false, 'framework_title' => 'Aartus Framework by BasharShaikh & Aartus Lab', 'show_reset_all' => false, 'show_footer' => false, 'show_reset_section' => false, )); /* |-------------------------------------------------------- |-- Theme Related |-------------------------------------------------------- */ CSF::createSection( $prefix, array( 'id' => 'aartus_theme_related_tab', 'title' => 'Theme Related', )); include_once get_template_directory() . '/inc/aartus-theme-framework/theme-related.php'; /* |-------------------------------------------------------- |-- Sidebar Section |-------------------------------------------------------- */ CSF::createSection( $prefix, array( 'id' => 'aartus_sidebar_section_tab', 'title' => 'Sidebar Section', )); include_once get_template_directory() . '/inc/aartus-theme-framework/sidebar-section.php'; /* |-------------------------------------------------------- |-- Blog Related |-------------------------------------------------------- */ CSF::createSection( $prefix, array( 'id' => 'aartus_blog_related_tab', 'title' => 'Blog Related', )); include_once get_template_directory() . '/inc/aartus-theme-framework/blog-related-settings.php'; /* |-------------------------------------------------------- |-- Header |-------------------------------------------------------- */ CSF::createSection( $prefix, array( 'id' => 'aartus_header_tab', 'title' => 'Header', )); include_once get_template_directory() . '/inc/aartus-theme-framework/header-settings.php'; /* |-------------------------------------------------------- |-- Footer |-------------------------------------------------------- */ CSF::createSection( $prefix, array( 'id' => 'aartus_footer_tab', 'title' => 'Footer', )); include_once get_template_directory() . '/inc/aartus-theme-framework/footer-settings.php'; /* |-------------------------------------------------------- |-- Footer |-------------------------------------------------------- */ CSF::createSection( $prefix, array( 'id' => 'aartus_backup_reset_tab', 'title' => 'Backup & Restore', )); // (Footer extra icon) sub-tab CSF::createSection( $prefix, array( 'parent' => 'aartus_backup_reset_tab', 'title' => 'Backup & Restore', 'icon' => 'fa fa-server', 'fields' => array( // begin: a field array( 'type' => 'notice', 'class' => 'info', 'content' => '

You can save your current options. Download a Backup and Import.

', ), array( 'type' => 'backup', 'title' => 'Backup & Restore Settings', ), // end: a field ) ));