- $not = new HTML_Noticia(1);
- $not->setNuevo(true);
- $ht = new HTML_Table(array('width'=>'600', 'border'=>'0', 'cellspacing'=>'0'));
- $ht->addRow(array($not, $not));
- $ht->addRow(array($not, $not));
- $ht->addRow(array($not, $not));
- $ht->display();
+ $n = new noticia(1294);
+ $not = new HTML_Noticia($n);
+ $not->setNuevo(true);
+ $ht = new HTML_Table(array('width'=>'600', 'border'=>'0', 'cellspacing'=>'0'));
+ $ht->addRow(array($not, $not));
+ $ht->addRow(array($not, $not));
+ $ht->addRow(array($not, $not));
+ $ht->display();