]> git.llucax.com Git - z.facultad/75.43/tp1.git/blobdiff - src/faq.responderPregunta.php
Agrego menú con algunos links dummy. Ahora hay que usar marco_cabecera() y marco_pie...
[z.facultad/75.43/tp1.git] / src / faq.responderPregunta.php
index a89c39f1ebe458ef9d04eca0a40c5c2dc1d9abcc..aeef924e7f1a1b26b92bb1346b609bc743c2ba07 100644 (file)
@@ -14,7 +14,7 @@ require_once 'lib/pagina.php';
 require_once 'lib/validacion.php';
 require_once 'lib/faq.forms.php';
 
 require_once 'lib/validacion.php';
 require_once 'lib/faq.forms.php';
 
-pagina_cabecera('Responder una Pregunta');
+marco_cabecera('Responder una Pregunta');
 
 // Si me llegó el form completo
 if (isset($_POST['Respuesta']))
 
 // Si me llegó el form completo
 if (isset($_POST['Respuesta']))
@@ -29,6 +29,6 @@ else
                faq_form_responder_pregunta($_POST['PreguntaId']);
 }
 
                faq_form_responder_pregunta($_POST['PreguntaId']);
 }
 
-pagina_pie('Jonathan Schein', 'jonathanschein@fibertel.com.ar');
+marco_pie('Jonathan Schein', 'jonathanschein@fibertel.com.ar');
 
 ?>
\ No newline at end of file
 
 ?>
\ No newline at end of file