esAdmin()) { if (isset($_POST['txtTema']) && isset($_POST['txtURL']) && isset($_POST['txtComentario'])) { if ( info_ingresar_info( $_POST['txtTema'], $_POST['txtURL'], $_SESSION['user']->getId(), $_POST['txtComentario'] ) ) { info_form_ingresar_info( "", "", "" ); } else { info_form_ingresar_info( $_POST['txtTema'], $_POST['txtURL'], $_POST['txtComentario'] ); } } else { info_form_ingresar_info( "", "", "" ); } } else { echo warn("No esta habilitado para dar de alta informacion, debe ser socio o asesor"); } marco_pie('Sebastian Arena', 'seba@arenanet.com.ar', 'img/sarena.jpg'); ?>