<?phpclass Maps01 extends Page { public function InitializeComponent() { parent::$PAGE_TITLE = "Tutorial : LeafLetJS Maps"; $this->render = new MapLeafLet(); }}?>