';
// header
echo "" . __( 'Analytics WP Plugin Options', 'mt_trans_domain' ) . "
";
// options form
$change3 = get_option("mt_Analytics_plugin_support");
if ($change3=="Yes" || $change3=="") {
$change3="checked";
$change31="";
} else {
$change3="";
$change31="checked";
}
?>
Analytics Plugin created by Web Hosting";
echo $pshow;
}
add_action("wp_footer", "show_Analytics");
?>