(.*?)<\/a>/i', '$7', $content); } function greybox_menu() { if ('actualizar' == $_POST['accion']) { update_option('gb_height', $_POST['gb_height']); update_option('gb_width',$_POST['gb_width']); update_option('gb_url',$_POST['gb_url']); update_option('gb_css',$_POST['gb_css']); } //recogemos la voz actual. $height = get_option('gb_height'); $width = get_option('gb_width'); $gburl = get_option('gb_url'); $gbcss = get_option('gb_css'); /* $actual = "1.0"; $ultima = file_get_contents("http://www.anieto2k.com/plugins/gb.txt"); $url = split ("#",$ultima); if ($url[0] != $actual) $ultima = ''.$url[0].''; else $ultima = ''.$url[0].'';*/ ?>