]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/local_lib/HTML_Copete.php
Extiendo noticia para que obtenga las imagenes, Corrijo la enie de Login
[mecon/intranet.git] / sistema / local_lib / HTML_Copete.php
index 11068184fe6c7f2228929da2102437df11e02fe4..ea3306888fd8574f750b4d6b904d799a15e8aadb 100644 (file)
@@ -27,6 +27,7 @@
 // $Id: xmi2code.tpl.php 1 2003-06-23 18:29:20Z gmeray $
 //
 
+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