menutitle; $optionpage_name = "General Options"; $icon_url = $ap_favC->theicon; add_menu_page( $optionpage_top_level, $optionpage_top_level, 'administrator', 'ap-favicon-general-options', 'ap_favicon_generate_general',$icon_url); add_submenu_page('ap-favicon-general-options', $optionpage_name, $optionpage_name, 'administrator', 'ap-favicon-general-options', 'ap_favicon_generate_general'); } //generate the options page function ap_favicon_generate_general(){ global $ap_favC; $optionpage_name = 'General Options'; $optionpage_codename = 'general'; $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'); ?>

ap_sidebar_options(); ?>
ap_mainbox('ap_misc','Miscellaneous',$content) ?>

Favicon ( Website Shortcut Icon )

Note: The ICO file type is cross browser compatible, including Internet Explorer. Internet Explorer does not support PNG or GIF. The recommended size is 16x16 px, but 32x32 and 64x64 px are supported. Multiple file types can be selected. An animated favicon is feasible via a GIF file. The GIF file has priority over the PNG file. Read the Guide to Demystifying the Favicon Behavior to get a clearer view of how to setup the favicon for your site.





ICO file type ( e.g. /favicon.ico )
A link tag does not need to be specified for this. It is detected automatically by browsers.

theX; $out=" Default Icon Not Found! We recommended you create one and add it to your site's root, as browsers will request it, and it is better not to respond with a 404 Not Found ";}else{$out='Default Icon Found!';}?>


Aditionally/Alternatively Use:

theX; $out=' Not Found!';} ?>

|

theX; $out=' Not Found!';} ?>

|




( e.g. /somename.ico or /some-directory/somename.png )

Define Favicon URLs:

ICO file type:
theX; $out=' Not Found!';}?> '.$out;}?>

PNG file type:
theX; $out=' Not Found!';}?> '.$out;}?>

theX; $out=' Not Found!';}?>

GIF file type:
'.$out;}?>


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