function render()
 {
     $config =& Config::getConfig();
     $this->setValue("blogname", StringUtils::text2url($this->_blogInfo->getBlog()));
     $this->setValue("requestformat", $config->getValue("request_format_mode"));
     $this->setValue("baseurl", $config->getValue("base_url"));
     $this->setValue("htmlarea", $config->getValue("htmlarea_enabled"));
     $destination = $this->getValue("destination");
     $this->_pagerUrl = "?op=resourceList&&mode={$destination}&page=";
     parent::render();
 }
 function render()
 {
     $this->_pagerUrl = "?op=userPictureSelect&page=";
     parent::render();
 }