Name = 'CategoryList'; $this->Control($Context); $CategoryManager = $this->Context->ObjectFactory->NewContextObject($this->Context, 'CategoryManager'); $this->Data = $CategoryManager->GetCategories(1); $this->CallDelegate('Constructor'); } function Render() { $this->CallDelegate('PreRender'); include(ThemeFilePath($this->Context->Configuration, 'categories.php')); $this->CallDelegate('PostRender'); } } ?>