X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/2c5b5f3c9236e753ab69098c4855bc1cad88fc67..ba00ad2867590a8c6d19a063b3e29d4379e38547:/sistema/local_lib/HTML_Copete.php diff --git a/sistema/local_lib/HTML_Copete.php b/sistema/local_lib/HTML_Copete.php index 1106818..58f10ea 100644 --- a/sistema/local_lib/HTML_Copete.php +++ b/sistema/local_lib/HTML_Copete.php @@ -24,9 +24,10 @@ // | Autor: Gonzalo Merayo | // +--------------------------------------------------------------------+ // -// $Id: xmi2code.tpl.php 1 2003-06-23 18:29:20Z gmeray $ +// $Id$ // +require_once 'MECON/HTML/Image.php'; // +X2C includes @@ -35,7 +36,6 @@ require_once 'HTML/Table.php'; // +X2C Class 162 :HTML_Copete /** - * @package sistema_local_lib * @access public */ class HTML_Copete extends HTML_Table { @@ -43,13 +43,13 @@ class HTML_Copete extends HTML_Table { * @var int $titulo * @access private */ - var $_titulo; + var $titulo; /** * @var int $seccion * @access private */ - var $_seccion; + var $seccion; // ~X2C @@ -89,19 +89,19 @@ class HTML_Copete extends HTML_Table { alt="E-mail" title="E-mail" href="mailto:intranet2@mecon.gov.ar" >Cambio de ClaveServiciosNoticias'; @@ -185,4 +185,4 @@ class HTML_Copete extends HTML_Table { // -X2C } // -X2C Class :HTML_Copete -?> \ No newline at end of file +?>