app=$app; if($intern) { return; } $this->app->ActionHandlerInit($this); $this->app->ActionHandler("list","Adresse_importList"); $this->app->DefaultActionHandler("list"); $this->app->ActionHandlerListen($app); } function Adresse_importList() { $this->app->Tpl->Set('OVBEVOR',''); $this->app->Tpl->Set('OVALTMESSAGE','Sie besitzen dieses Kaufmodul nicht'); $this->app->Tpl->Parse('PAGE', "only_version.tpl"); } } }