]> git.llucax.com Git - mecon/meconlib.git/commitdiff
(no commit message)
authorMartín Marrese <marrese@gmail.com>
Wed, 23 Apr 2003 17:39:27 +0000 (17:39 +0000)
committerMartín Marrese <marrese@gmail.com>
Wed, 23 Apr 2003 17:39:27 +0000 (17:39 +0000)
marco/php/marco/Marco.php

index c4cb1d9fcbb19ed9fea5b62d9b6fddbc1ff6bb2b..a720ad8592816709f14c45c492fdbcc1949df3cd 100644 (file)
@@ -141,6 +141,8 @@ class Marco {
         $this->_estilo        = new Estilo    ($this->_directorio);
         $this->_menu          = new Menu      ($this->_directorio);
         $this->_pie           = new Pie       ($this->_configuracion);
+
+        var_dump($this->_menu);
     }
     // -X2C
 
@@ -245,4 +247,4 @@ class Marco {
 
 } // -X2C Class :Marco
 
-?>
\ No newline at end of file
+?>