render_tabs();
?>
notifications( array(
'js' => __( 'For full functionality of this page it is reccomended to enable javascript.', $this->textdomain ),
'reseted' => __( 'Settings reseted successfully', $this->textdomain ),
'not-reseted' => __( 'There is already default settings', $this->textdomain ),
'saved' => __( 'Settings saved successfully', $this->textdomain ),
'not-saved' => __( 'Settings not saved, because there is no changes', $this->textdomain )
) );
?>