if($this->nuevo)
{
$nuevo = new HTML_Image('images/noticia_nuevo.gif');
- $img_str = $nuevo->toHTML();
+ $img_str = ' '.$nuevo->toHTML();
}
$this->addRow(array("<a href='$this->link' class='titulo_noticia'>".$this->noticia->getTitulo().$img_str.'<a>'), array('class' => 'titulo_noticia'));
$tmp = $this->noticia->getFecha();
$this->addRow(array($tmp->format('(%d/%m/%Y)')),
array('class' => 'fecha_noticia'));
$mas = new HTML_Image('images/noticia_mas.gif');
- $this->addRow(array("<a href='$this->vermas' class='ver_mas'>".$mas->toHTML().'ver más</a>'),
+ $this->addRow(array("<a href='$this->vermas' class='ver_mas'>".$mas->toHTML().' ver más</a>'),
array('class' => 'ver_mas'));
$this->addRow(array(new HTML_Image('images/noticia_linea_puntos.gif')),
array('class' => 'ver_mas'));