nolangcheck=true; if ($this->CheckLogin("read") && $this->CheckConfig($arCallFunction, $arCallArgs)) { if (ldSetContent("image/png")) { $f_store=$this->store->get_filestore("files"); if (!$f_store->show($this->id, "file.thumb")) { $this->call("view.thumb.error.html"); } $f_store->close(); } } ?>