]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/Marco.php
Continua la migracion a HTML_Image.
[mecon/meconlib.git] / lib / MECON / Marco.php
index 575718e4f4ebd8a9114a289c6422f8f302376eab..6bae9f70dc6c2276afbae89a470e376f050d2d09 100644 (file)
@@ -140,7 +140,6 @@ class Marco extends HTML_Page {
         $this->_menu          = new MenuPrincipal   ($this->_configuracion);
         $this->_pie           = new Pie             ($this->_configuracion);
         $this->_contenido     = array ();
-        $this->_contenido[] = '<br>';
 
         $this->_titulo2 = ''; 
     }
@@ -275,7 +274,6 @@ class Marco extends HTML_Page {
      */
     function _body_display() // ~X2C
     {
-        $this->_contenido[] = '<br>&nbsp;';
         $body = array ( 'copete' => $this->_copete->toHtml(),
                         'body'   => $this->_contenido,
                         'pie'    => $this->_pie->toHtml(),
@@ -296,7 +294,7 @@ class Marco extends HTML_Page {
      */
     function addTitle($titulo) // ~X2C
     {
-        $this->_titulo2 = ' - '.$titulo;
+        $this->_titulo2.= ' - '.$titulo;
     }
     // -X2C