<?php
/**
 * Provide a meta box view for the settings page
 *
 * @link       http://gianmr.com/
 * @since      1.0.0
 *
 * @package    Kentooz_Socializer
 * @subpackage Kentooz_Socializer/admin/partials
 */

/**
 * Meta Box
 *
 * Renders a single meta box.
 *
 * @since       1.0.0
*/
?>

<form action="options.php" method="POST">
	<?php settings_fields( 'kentooz_socializer_settings' ); ?>
	<?php do_settings_sections( 'kentooz_socializer_settings_' . $active_tab ); ?>
	<?php submit_button(); ?>
</form>
<br class="clear" />
