//
// $Id$
+require_once 'lib/pagina.php';
require_once 'lib/Pregunta.php';
require_once 'lib/faq.functions.php';
-require_once 'lib/pagina.php';
require_once 'lib/validacion.php';
require_once 'lib/faq.forms.php';
-marco_cabecera('Ingreso de Preguntas');
+pagina_cabecera('Ingreso de Preguntas');
// Si me llegó el form completo
if (isset($_POST['UserId']) and isset($_POST['Pregunta']))
faq_form_ingresar_pregunta();
}
-marco_pie('Jonathan Schein', 'jonathanschein@fibertel.com.ar');
+pagina_pie('Jonathan Schein', 'jonathanschein@fibertel.com.ar');
?>
\ No newline at end of file