function procurartemas2($procurar) { include_once dirname(__FILE__) . "/../admin/php/classe_arvore.php"; $arvore = new Arvore($this->locaplic, $this->idioma); $temas = $arvore->procuraTemas($procurar, $this->perfil); unset($arvore); return $temas; }