X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/54970ec49e9cc800d7d431b4ba5158bae780f629..4f8bc31d20f46ddb617fc55800841d680337155b:/sistema/local_lib/HTML_DietMarco.php diff --git a/sistema/local_lib/HTML_DietMarco.php b/sistema/local_lib/HTML_DietMarco.php index 25f16b3..ec9eded 100644 --- a/sistema/local_lib/HTML_DietMarco.php +++ b/sistema/local_lib/HTML_DietMarco.php @@ -1,7 +1,7 @@ 'HTML 4.01 Transitional', 'charset' => 'iso-8859-1', @@ -70,10 +76,39 @@ class HTML_DietMarco extends HTML_Page { 'language' => 'es', 'cache' => 'false', 'simple' => 'true')); - $this->_title = 'Intranet bla bla..'; - $this->addBodyContent(new HTML_Copete($seccion)); + $this->_title = 'Intranet XP'; + $copete =& new HTML_Copete($seccion); + $copete->setTitulo($titulo); + $this->addBodyContent($copete); + } + // -X2C + + // +X2C Operation 168 + /** + * @param int $content + * + * @return void + * @access public + */ + function addBodyContent($content) // ~X2C + { + if(method_exists($content, 'getcss')) + $this->addStyleSheet($content->getCSS()); + parent::addBodyContent($content); + } + // -X2C + + // +X2C Operation 179 + /** + * @param int $titulo + * + * @return void + * @access public + */ + function setTituloCopete($titulo) // ~X2C + { } // -X2C } // -X2C Class :HTML_DietMarco -?> +?> \ No newline at end of file