Name = 'ExternalFoot'; $this->Control($Context); $this->CssClass = $CssClass; } function Render() { if ($this->CssClass != '') $this->CssClass = ' '.$this->CssClass; $this->CallDelegate('PreRender'); include(ThemeFilePath($this->Context->Configuration, 'people_foot.php')); $this->CallDelegate('PostRender'); } } ?>