diff --git a/server/content/planning_view.php b/server/content/planning_view.php
index cf37f0c..ba8b855 100644
--- a/server/content/planning_view.php
+++ b/server/content/planning_view.php
@@ -6,7 +6,8 @@
// Title
$content = '
Saison-Planung
';
- $content .= '';
+ $content .= '';
+ $content .= $tpl->load('button', [' Teilen', '#', 'html-id' => 'button-share']);
$content .= $tpl->load('select', ['html-id' => 'select-year', 'placeholder' => 'Jahr', 'css-class' => 'mt-3 mb-0']);
$sp['output'] .= $tpl->load('card', [$content]);
diff --git a/server/page/menus.php b/server/page/menus.php
index ff88dde..7ef3608 100644
--- a/server/page/menus.php
+++ b/server/page/menus.php
@@ -3,27 +3,27 @@