Theme settings updated successfully.
";
}
/*pages without option submit forms*/
if ($currenttab == 'licensing'):
echo $WDWT_licensing_page->view();
elseif ($currenttab == 'featured_plugins'):
echo $WDWT_featured_plugins_page->view();
/*pages with forms to submit options*/
endif;
?>