X-Git-Url: https://git.llucax.com/z.facultad/75.43/tp1.git/blobdiff_plain/591ffec24ad4fc5a9b4e924a329983cad8589242..ee89754cf922b6ec437e147a831a4963c34897fb:/src/faq.desactivarPregunta.php?ds=sidebyside diff --git a/src/faq.desactivarPregunta.php b/src/faq.desactivarPregunta.php index b442254..e5c8491 100644 --- a/src/faq.desactivarPregunta.php +++ b/src/faq.desactivarPregunta.php @@ -14,7 +14,7 @@ require_once 'lib/faq.functions.php'; require_once 'lib/validacion.php'; require_once 'lib/faq.forms.php'; -pagina_cabecera('Desactivar una Pregunta'); +marco_cabecera('Desactivar una Pregunta'); // Si me llegó el form completo if (isset($_POST['PreguntaElegida'])) @@ -28,6 +28,6 @@ else faq_form_desactivar_pregunta(); } -pagina_pie('Jonathan Schein', 'jonathanschein@fibertel.com.ar'); +marco_pie('Jonathan Schein', 'jonathanschein@fibertel.com.ar','img/j.jpg'); ?>