X-Git-Url: https://git.llucax.com/z.facultad/75.43/tp1.git/blobdiff_plain/be2b0db57162b6aa63eb45e20d0150773e107114..HEAD:/src/lib/Pregunta.php?ds=inline diff --git a/src/lib/Pregunta.php b/src/lib/Pregunta.php index d2a86ed..5e6bd8c 100644 --- a/src/lib/Pregunta.php +++ b/src/lib/Pregunta.php @@ -29,7 +29,7 @@ class Pregunta extends Item echo "
"; echo "Pregunta #".$this->id." Fecha: ".$this->fecha."
"; $usuarioPregunta = new Usuario($this->autor); - echo sprintf('Foto de %s %s %s %s', + echo sprintf('Foto de %s %s %s %s', $usuarioPregunta->getFotoFilename(), $usuarioPregunta->getNombre(), $usuarioPregunta->getApellido(), @@ -42,10 +42,10 @@ class Pregunta extends Item if ( $this->autor != $_SESSION['user']->getId() ) { echo "
"; - echo ""; - echo ""; - echo ""; - echo ""; + echo ""; + echo ""; + echo ""; + echo ""; echo "
"; } else @@ -55,9 +55,9 @@ class Pregunta extends Item // Crea el boton para ver las respuestas a la pregunta echo "
"; - echo ""; - echo ""; - echo ""; + echo ""; + echo ""; + echo ""; echo "
"; /* if ( count ( $this->respuestas ) != 0 )