'cache' => 'false',
'simple' => 'true'));
$this->_title = 'Intranet XP';
- $copete =& new HTML_Copete($seccion);
+ $copete =& new HTML_Copete($seccion);
$copete->setTitulo($titulo);
- $this->addBodyContent($copete);
+ $this->addStyleSheet(PATH_RAIZ.'css/dietmarco.css');
+ $this->addBodyContent($copete);
+
}
// -X2C
// -X2C
} // -X2C Class :HTML_DietMarco
-?>
\ No newline at end of file
+?>