esAdmin()) { if (isset($_POST['txtNombre']) && isset($_FILES['txtIcono']) && isset($_POST['txtDescripcion'])) { if ( info_ingresar_tema( $_POST['txtNombre'], $_SESSION['user']->getId(), $_POST['txtDescripcion'], $_FILES['txtIcono']['tmp_name'] ) ) { info_form_ingresar_tema( "", "", "" ); } else { info_form_ingresar_tema( $_POST['txtNombre'], $_FILES['txtIcono'], $_POST['txtDescripcion'] ); } } else { info_form_ingresar_tema( "", "", "" ); } } else { echo warn("No esta habilitado para dar de alta un tema, debe ser administrador del sistema"); } marco_pie('Sebastian Arena', 'seba@arenanet.com.ar', 'img/sarena.jpg'); ?>