%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/businessmultisite/wp-content/plugins/wp-nested-pages/app/Views/settings/
Upload File :
Create Path :
Current File : /var/www/businessmultisite/wp-content/plugins/wp-nested-pages/app/Views/settings/settings.php

<div class="wrap">
	<h1><?php _e('Nested Pages Settings', 'wp-nested-pages'); ?></h1>

	<h2 class="nav-tab-wrapper">
		<a class="nav-tab <?php if ( $tab == 'general' ) echo 'nav-tab-active'; ?>" href="options-general.php?page=nested-pages-settings">
			<?php _e('General', 'wp-nested-pages'); ?>
		</a>
		<?php if ( count($this->getPostTypes()) > 0 ) : ?>
		<a class="nav-tab <?php if ( $tab == 'posttypes' ) echo 'nav-tab-active'; ?>" href="options-general.php?page=nested-pages-settings&tab=posttypes">
			<?php _e('Post Types', 'wp-nested-pages'); ?>
		</a>
		<?php endif; ?>
		<a class="nav-tab <?php if ( $tab == 'admincustom' ) echo 'nav-tab-active'; ?>" href="options-general.php?page=nested-pages-settings&tab=admincustom">
			<?php _e('Admin Customization', 'wp-nested-pages'); ?>
		</a>
	</h2>

	<?php 
	if ( $tab !== 'general' ) echo '<form method="post" enctype="multipart/form-data" action="options.php">';
	include(NestedPages\Helpers::view('settings/settings-' . $tab));
	if ( $tab !== 'general' ) {
		submit_button(); 
		echo '</form>';
	}
	?>
</div><!-- .wrap -->

Zerion Mini Shell 1.0