<?php
// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
// +--------------------------------------------------------------------+
-// | Ministerio de Economía |
+// | Ministerio de Econom� |
// | Intranet |
// +--------------------------------------------------------------------+
// | This file is part of Intranet. |
// +X2C Class 162 :HTML_Copete
/**
+ * @package sistema_local_lib
* @access public
*/
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
// -X2C
} // -X2C Class :HTML_Copete
-?>
+?>
\ No newline at end of file