]> git.llucax.com Git - mecon/meconlib.git/commitdiff
Se agrego funcionalidad a addMenuVertical. Si es un objeto verifica si existe un...
authorMartín Marrese <marrese@gmail.com>
Tue, 5 Aug 2003 16:43:35 +0000 (16:43 +0000)
committerMartín Marrese <marrese@gmail.com>
Tue, 5 Aug 2003 16:43:35 +0000 (16:43 +0000)
lib/MECON/Marco.php

index 3450bbc24d8c874b57f78c4dd2efed06d0f4c641..85cd4bbac0bbe96385dadecbd4bad26952425fd1 100644 (file)
@@ -217,6 +217,9 @@ Si es un objeto debe tener un metodo toHtml y opcionalmente puede tener un getCS
      */
     function addMenuVertical($menuVertical) // ~X2C
     {
+        if ((is_object($menuVertical)) && (method_exists($menuVertical, 'getcss'))) {
+            $this->addStyleSheet($menuVertical->getCSS());
+        }
         $this->_menuVertical = $menuVertical;
     }
     // -X2C