";
if(!empty($options['grav_x'])) $x = $options['grav_x'];
else $x = 80;
if(!empty($options['grav_y'])) $y = $options['grav_y'];
else $y = 80;
if(!empty($options['email']) && $options['grav_on']) echo "";
echo $options['text'];
echo "
Help us to improve our plugin. Your feedback will be appreciated. Feel free to post your comment
To configure this widget go to (Settings/About Me 3000) or click /wp-admin/options-general.php?page=About-Me'>here
');
$options['email'] = strip_tags(stripslashes($_POST['aboutme-email']));
$options['promote_on'] = $_POST["aboutme-promote_on"];
$options['frame_on'] = $_POST["aboutme-frame_on"];
$options['email_on'] = $_POST["aboutme-email_on"];
$options['grav_on'] = $_POST["aboutme-grav_on"];
$options['grav_x'] = $_POST["aboutme-grav_x"];
$options['grav_y'] = $_POST["aboutme-grav_y"];
$options['counter_on'] = $_POST["aboutme-counter_on"];
$options['vanityurl_on'] = $_POST["aboutme-vanityurl_on"];
for ($i=0;$i