}
else
{
- $this->addRow(array($this->noticia->getSeccion()),
- array('class' => 'noticias_subtitulo'));
+ $seccion = $this->noticia->getSeccion();
+ if(!is_null($seccion))
+ $this->addRow(array($seccion),
+ array('class' => 'noticias_subtitulo'));
$img_str = null;
if($this->nuevo)
{
$this->addRow(array($tmp->format('(%d/%m/%Y)')),
array('class' => 'noticias_fecha_noticia'));
$mas = new MECON_HTML_Image('images/noticia_mas.gif');
- $this->addRow(array("<a href='$this->vermas' class='noticias_ver_mas'>".$mas->toHTML().' ver más</a>'),
+ if(isset($this->vermas))
+ {
+ $this->addRow(array("<a href='$this->vermas' class='noticias_ver_mas'>".$mas->toHTML().' ver más</a>'),
array('class' => 'noticias_ver_mas'));
+ }
$this->addRow(array(new MECON_HTML_Image('images/noticia_linea_puntos.gif')),
array('class' => 'noticias_ver_mas'));
}