diff --git a/homepage/participo/index.php b/homepage/participo/index.php index b589754..9fb5378 100644 --- a/homepage/participo/index.php +++ b/homepage/participo/index.php @@ -29,11 +29,22 @@ require_once 'config/participo.php'; @@ -100,12 +111,12 @@ echo( ], ])->htmlCode() . AppCard::fromArray([ - 'link' => '/pages/desktop/wkParticipo', + 'link' => 'events', 'title' => 'Event-Planer', 'description' => 'Organisieren der Teilnahmen (und nicht-Teilnahmen) an Wettkämpfen, Sondertrainingseinheiten, Feiern etc.' . eventPlaner::getHtmlEventTable(eventPlaner::getCommingWkEvents()), 'imgUrl' => '/ressourcen/graphiken/icons/terminKalender.svg', 'actions' => [ - AppCardAction::fromArray(['caption' => 'Planer', 'link' => '/pages/desktop/wkParticipo']), + AppCardAction::fromArray(['caption' => 'Planer', 'link' => 'events']), ], ])->htmlCode() )