X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/2c5b5f3c9236e753ab69098c4855bc1cad88fc67..650c46e564795b6c6f2aaf697e0f9a348b3011a4:/sistema/local_lib/HTML_Copete.php diff --git a/sistema/local_lib/HTML_Copete.php b/sistema/local_lib/HTML_Copete.php index 1106818..c441f03 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 @@ -90,18 +90,18 @@ class HTML_Copete extends HTML_Table { 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 +?>