function toHTML() // ~X2C
{
//Agrego la opcion seleccionada de links a la configuracion
- $this->_configuracion['links'] = $this->_links;
+ $this->_configuracion['links'] = $this->_links;
+ //Agrego la opcion seleccionada de espacios a la configuracion
+ $this->_configuracion['espacios'] = $this->_espacios;
//Creo el menu principal
$menu = new MECON_Marco_MenuPrincipal ($this->_configuracion);
//Agrego el contenido de la pagina
- $body = array ( 'body' => $this->_body , //Page
- 'espacios' => $this->_espacios ,
- 'menuVertical' => $this->_menuVertical,
- );
+ $body = array ( 'body' => $this->_body, 'menuVertical' => $this->_menuVertical);
+ //Page
//Agrego el contenido al menu
$menu->addBody($body);
//Agrego el Marco completo a Page