Name = 'Filler'; $this->ValidActions = $ValidActions; $this->Constructor($Context); if ($ValidActions == '') $this->IsPostBack = 1; $this->Properties = array(); if ($templateFile != '') $this->TemplateFile = $templateFile; } function Render() { if ($this->TemplateFile != '' && $this->IsPostBack) { $Template = ThemeFilePath($this->Context->Configuration, $this->TemplateFile); if (file_exists($Template)) { $this->CallDelegate('PreRender'); include($Template); $this->CallDelegate('PostRender'); } } } } ?>