getLang(); $this->addNavegacion("top"); $this->addScript("/js/behaviour.js"); $this->addScript("/js/hipotecas.js"); $this->addStyleSheet("/css/guia_inmobiliaria.css"); $out = new CLACalculadoraHipotecaOU($this->conf, $lang); $out->setAnchor($this->getAnchor()); $out->setPrecioVivienda(PAFHttpEnv::GET("precio")); $this->addCentro(&$this->conf,&$out); $this->addNavegacion("bottom"); } } $page = new recursos_controller($lang); $page->run(); $page->send(); ?>