'language' => 'es',
'cache' => 'false',
'simple' => 'true'));
- $this->_title = 'Intranet XP';
+ $this->_title = 'Intranet';
$copete =& new HTML_Copete($seccion);
$copete->setTitulo($titulo);
- $this->addStyleSheet('css/dietmarco.css');
+ $this->addStyleSheet(PATH_RAIZ.'css/dietmarco.css');
$this->addBodyContent($copete);
}