__( "Modern", 'althea-wp' ), "index" => 3, "meta" => array( "slug" => "modern", "version" => "v2" ) ), array( 'name' => __( "Modern", 'althea-wp' ), "index" => 3, "display" => false, "meta" => array( "slug" => "modern", "version" => "v1" ) ), array( 'name' => __( "Classic", 'althea-wp' ), "index" => 2, "meta" => array( "slug" => "classic", "version" => "v1" ) ), array( 'name' => __( "Fullscreen", 'althea-wp' ), "index" => 1, "meta" => array( "slug" => "fullscreen", "version" => "v1" ) ), ); foreach ($default_front_page_designs as $design ) { if ( Utils::pathGet( $design, 'display', true ) ) { if ( Utils::pathGet( $design, 'meta.slug' ) === 'modern' ) { $althea_wp_front_page_design = $design; break; } } } $colibri_get_started = array( 'plugin_installed_and_active' => Translations::escHtml( 'plugin_installed_and_active' ), 'activate' => Translations::escHtml( 'activate' ), 'activating' => __( 'Activating', 'althea-wp' ), 'install_recommended' => isset( $_GET['install_recommended'] ) ? $_GET['install_recommended'] : '' ); wp_localize_script( $althea_wp_slug, 'colibri_get_started', $colibri_get_started ); ?>

althea_wp_theme()->getPluginsManager()->getPluginState( $althea_wp_builder_slug ), "install_url" => althea_wp_theme()->getPluginsManager()->getInstallLink( $althea_wp_builder_slug ), "activate_url" => althea_wp_theme()->getPluginsManager()->getActivationLink( $althea_wp_builder_slug ), "slug" => $althea_wp_builder_slug, "view_demos_url" => add_query_arg( array( 'page' => 'althea-wp-page-info', 'current_tab' => 'demo-import' ), admin_url( 'themes.php' ) ), 'althea_wp_front_set_predesign_nonce' => wp_create_nonce( 'althea_wp_front_set_predesign_nonce' ), 'althea_wp_disable_big_notice_nonce' => wp_create_nonce( 'althea_wp_disable_big_notice_nonce' ), 'colibri_plugin_install_activate_nonce' => wp_create_nonce( 'colibri_plugin_install_activate_nonce' ), "messages" => array( "installing" => \ColibriWP\Theme\Translations::get( 'installing', 'Colibri Page Builder' ), "activating" => \ColibriWP\Theme\Translations::get( 'activating', 'Colibri Page Builder' ) ), ) ); ?>