pluginname.' Backend'; add_submenu_page('ap-favicon-general-options', $ap_page_title, $ap_menu_title, 'administrator', 'ap-favicon-backend-options', 'ap_favicon_generate_backend'); } //generate the options page function ap_favicon_generate_backend(){ global $ap_favC; $optionpage_name = 'Backend'; $optionpage_codename = 'backend'; $optionpage_local = $optionpage_name.' - '.$ap_favC->pluginname; $optionname = $ap_favC->ap_get_option('string'); //retrieve current options from database $options = $ap_favC->ap_get_option('array'); $thename = $ap_favC->pluginname; ?>

ap_sidebar_options(); ?>

Miscellaneous


Deactivate / Uninstall

| Warning: All your customization will be lost! You will have to customize it again.

| Warning: All your customization will not be available when you reinstall the plugin!

ap_get_option('settings')); $ap_favC->ap_input_whichpage($optionpage_codename); $ap_favC->ap_savebutton_options(); ?>


ap_resetoptions_box(); ?>
ap_footer_options(); ?>