Las lineas que me dan problemas son esta:
Código:
y esta otra$this->menuStructure = ereg_replace(chr(13), '', $tree_string);
Código:
Desde ya muchas gracias.- $this->tree[$cnt]['parsed_href'] = (ereg_replace (' ', '', $this->tree[$cnt]['href']) == '') ? '#' : $this->prependedUrl . $this->tree[$cnt]['href'];