app=&$app; $this->app->ActionHandlerInit($this); $this->app->ActionHandler("list","VerrechnungsartList"); $this->app->DefaultActionHandler("list"); $this->app->ActionHandlerListen($app); } function VerrechnungsartList() { $this->app->Tpl->Set('VERS','Enterprise'); $this->app->Tpl->Set('MODUL','Enterprise'); $this->app->Tpl->Parse('PAGE', "only_version.tpl"); } } } ?>